diff --git a/allianceauth/hrapplications/templates/hrapplications/corpchoice.html b/allianceauth/hrapplications/templates/hrapplications/corpchoice.html index e22ae52c..a8a35872 100644 --- a/allianceauth/hrapplications/templates/hrapplications/corpchoice.html +++ b/allianceauth/hrapplications/templates/hrapplications/corpchoice.html @@ -1,10 +1,15 @@ {% extends "allianceauth/base-bs5.html" %} + {% load i18n %} -{% block page_title %}{% translate "Choose a Corp" %}{% endblock page_title %} +{% block page_title %} + {% translate "Choose a Corp" %} +{% endblock page_title %} + {% block content %} -
-

{% translate "Choose a Corp" %}

+
+

{% translate "Choose a Corp" %}

+ {% if choices %}
{% translate "Available Corps" %}
diff --git a/allianceauth/hrapplications/templates/hrapplications/create.html b/allianceauth/hrapplications/templates/hrapplications/create.html index e906109a..a5e29f86 100644 --- a/allianceauth/hrapplications/templates/hrapplications/create.html +++ b/allianceauth/hrapplications/templates/hrapplications/create.html @@ -1,35 +1,43 @@ {% extends "allianceauth/base-bs5.html" %} + {% load i18n %} -{% block page_title %}{% translate "Apply To" %} {{ corp.corporation_name }}{% endblock page_title %} +{% block page_title %} + {% translate "Apply To" %} {{ corp.corporation_name }} +{% endblock page_title %} + {% block content %} -
-

{% translate "Apply To" %} {{ corp.corporation_name }}

-
-
-
- +
+

{% translate "Apply To" %} {{ corp.corporation_name }}

+ +
+
+
+ +
-
{% endblock %} diff --git a/allianceauth/hrapplications/templates/hrapplications/management.html b/allianceauth/hrapplications/templates/hrapplications/management.html index b6bdc739..d1fb4b53 100644 --- a/allianceauth/hrapplications/templates/hrapplications/management.html +++ b/allianceauth/hrapplications/templates/hrapplications/management.html @@ -1,13 +1,17 @@ -{% extends "allianceauth/base.html" %} +{% extends "allianceauth/base-bs5.html" %} + {% load bootstrap %} {% load i18n %} -{% block page_title %}{% translate "HR Application Management" %}{% endblock page_title %} +{% block page_title %} + {% translate "HR Application Management" %} +{% endblock page_title %} + {% block extra_css %}{% endblock extra_css %} {% block content %} -
-

{% translate "Personal Applications" %} +
+

{% translate "Personal Applications" %}

+ {% if personal_apps %}
@@ -27,6 +32,7 @@ + {% for personal_app in personal_apps %} @@ -56,6 +62,7 @@
{% translate "Status" %} {% translate "Actions" %}
{{ personal_app.user.username }}
{% endif %} + {% if perms.auth.human_resources %}

{% translate "Application Management" %}
@@ -65,10 +72,12 @@

+
+
@@ -82,6 +91,7 @@ {% translate "Status" %} {% translate "Actions" %} + {% for app in applications %} {{ app.created }} @@ -114,6 +124,7 @@ {% endif %}
+
{% if finished_applications %} @@ -126,6 +137,7 @@ {% translate "Status" %} {% translate "Actions" %} + {% for app in finished_applications %} {{ app.created }} @@ -149,6 +161,7 @@ + {% if perms.hrapplications.delete_application %} @@ -173,9 +186,13 @@
diff --git a/allianceauth/hrapplications/templates/hrapplications/searchview.html b/allianceauth/hrapplications/templates/hrapplications/searchview.html index 19b8e801..6ccbe223 100644 --- a/allianceauth/hrapplications/templates/hrapplications/searchview.html +++ b/allianceauth/hrapplications/templates/hrapplications/searchview.html @@ -1,12 +1,16 @@ -{% extends "allianceauth/base.html" %} +{% extends "allianceauth/base-bs5.html" %} + {% load bootstrap %} {% load i18n %} -{% block page_title %}{% translate "HR Application Management" %}{% endblock page_title %} +{% block page_title %} + {% translate "HR Application Management" %} +{% endblock page_title %} + {% block extra_css %}{% endblock extra_css %} {% block content %} -
+
{% if perms.auth.human_resources %}

{% translate "Application Search Results" %}
@@ -16,6 +20,7 @@

+
@@ -26,6 +31,7 @@ + {% for app in applications %} @@ -59,9 +65,13 @@ diff --git a/allianceauth/hrapplications/templates/hrapplications/view.html b/allianceauth/hrapplications/templates/hrapplications/view.html index 2656db31..87e34eab 100644 --- a/allianceauth/hrapplications/templates/hrapplications/view.html +++ b/allianceauth/hrapplications/templates/hrapplications/view.html @@ -1,13 +1,18 @@ -{% extends "allianceauth/base.html" %} +{% extends "allianceauth/base-bs5.html" %} + {% load bootstrap %} {% load i18n %} -{% block page_title %}{% translate "View Application" %}{% endblock page_title %} +{% block page_title %} + {% translate "View Application" %} +{% endblock page_title %} + {% block extra_css %}{% endblock extra_css %} {% block content %} -
-

{% translate "View Application" %}

+
+

{% translate "View Application" %}

+
@@ -22,6 +27,7 @@
{% translate "Reviewer:" %} {{ app.reviewer_str }}
{% endif %}
+
{% translate "Applicant" %}
@@ -36,6 +42,7 @@
{% translate "Status" %} {% translate "Actions" %}
{{ app.id }}
+
{% translate "Characters" %}
@@ -45,6 +52,7 @@ + {% for char in app.characters %}
{% translate "Corp" %} {% translate "Alliance" %}
@@ -58,6 +66,7 @@
+
{% for response in responses %}
@@ -66,6 +75,7 @@
{% endfor %}
+ {% if buttons %} {% if perms.auth.human_resources %}
@@ -87,12 +97,14 @@ {% translate "Mark in Progress" %} {% endif %} {% endif %} + {% if perms.hrapplications.add_applicationcomment %} {% endif %}
+

+
{% for comment in comments %} @@ -125,6 +138,7 @@
+ {% if perms.hrapplications.add_applicationcomment %}