diff --git a/hrms/templates/generators/job_opening.html b/hrms/templates/generators/job_opening.html index 34e40a74b3..485171977a 100644 --- a/hrms/templates/generators/job_opening.html +++ b/hrms/templates/generators/job_opening.html @@ -2,9 +2,9 @@ {% block page_content %}
-
-

{{ job_title }}

-
+
+

{{ job_title }}

+
{{ company }} {{ " ยท " }}{{ posted_on }} @@ -21,31 +21,62 @@

{{ job_title }}

{% endif %}
-
-
-
-
-
Location
-
{{ location }}
-
-
-
Department
-
{{ department }}
-
-
-
Employment Type
-
{{ employment_type }}
-
-
-
Salary Range
-
- {{ frappe.format_value(frappe.utils.flt(lower_range) , - currency=currency) }} - {{ frappe.format_value(frappe.utils.flt(upper_range) , - currency=currency) }} / {{ salary_per.lower() }} +
+
+
+
+
+
+ + + + + + + +
+
+
Location
+
{{ location }}
+
+
+
+
+
+
+ + + +
+
+
Department
+
{{ department }}
+
+
+
+
+
+
+ + + +
+
+
Salary Range
+
+ {{ frappe.format_value(frappe.utils.flt(lower_range) , + currency=currency) }} - {{ frappe.format_value(frappe.utils.flt(upper_range) , + currency=currency) }} / {{ salary_per.lower() }} +
+
+
-
{%- if description -%}

{{ description }}

{% endif %}