{% extends "templates/web.html" %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block header %}

{{ job_title }}

{% endblock %} {% block page_content %} {%- if description -%}
{{ description }}
{% endif %} {%- if publish_salary_range -%}
{{_("Salary range per month")}}: {{ frappe.format_value(frappe.utils.flt(lower_range), currency=currency) }} - {{ frappe.format_value(frappe.utils.flt(upper_range), currency=currency) }}
{% endif %}

{%- if job_application_route -%} {{ _("Apply Now") }} {% else %} {{ _("Apply Now") }} {% endif %}

{% endblock %}