diff --git a/allianceauth/eveonline/templatetags/examples.html b/allianceauth/eveonline/templatetags/examples.html index 69482457..47962f5e 100644 --- a/allianceauth/eveonline/templatetags/examples.html +++ b/allianceauth/eveonline/templatetags/examples.html @@ -14,15 +14,13 @@ Needs to be called with a context containing three objects: {% block page_title %}Evelinks Examples{% endblock page_title %} {% block content %} +
+ {% include "framework/header/page-header.html" with title="Evelinks templatetags examples" %} -
-

Evelinks templatetags examples

-

profile URLs

-

evewho

character from character object

@@ -57,7 +55,6 @@ Needs to be called with a context containing three objects:

image URLs

-

character from ID:

character from character object:

@@ -77,5 +74,4 @@ Needs to be called with a context containing three objects:
- {% endblock content %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html index 8183da5d..3feec878 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/characternotexisting.html @@ -12,9 +12,8 @@ {% block content %}
-

- {% translate "Character not found!" %} -

+ {% translate "Character not found!" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %}
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html index e23df8de..cd0106f6 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkcreate.html @@ -13,9 +13,8 @@ {% block content %}
-

- {% translate "Create Fatlink" %} -

+ {% translate "Create Fatlink" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %}
{% if badrequest %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html index c935d853..53519714 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkmodify.html @@ -14,16 +14,16 @@

{% translate "Edit fatlink" %} "{{ fatlink }}" - -
-
- -
-

+
+
+ +
+
+
{% translate "Registered characters" %}
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html index fa0f9138..697c2b5a 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html @@ -14,20 +14,20 @@

{% blocktranslate %}Participation data statistics for {{ month }}, {{ year }}{% endblocktranslate %} - - {% if char_id %} - - {% endif %}

-
+ {% if char_id %} + + {% endif %} + +
{% blocktranslate count links=n_fats trimmed %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html index 30b19512..fbff4660 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalstatisticsview.html @@ -14,16 +14,16 @@

{% blocktranslate %}Participation data statistics for {{ year }}{% endblocktranslate %} - -
- {% translate "Previous year" %} - - {% if next_year %} - {% translate "Next year" %} - {% endif %} -

+
+ {% translate "Previous year" %} + + {% if next_year %} + {% translate "Next year" %} + {% endif %} +
+
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html index 3132d889..e05b7f0a 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticscorpview.html @@ -11,19 +11,19 @@ {% endblock header_nav_brand %} {% block content %} -
+

{% blocktranslate %}Participation data statistics for {{ month }}, {{ year }}{% endblocktranslate %} - -
- {% translate "Previous month" %} - - {% if next_month %} - {% translate "Next month" %} - {% endif %} -

+
+ {% translate "Previous month" %} + + {% if next_month %} + {% translate "Next month" %} + {% endif %} +
+ {% if fatStats %}
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html index f48a1d64..724fe95c 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkstatisticsview.html @@ -14,16 +14,16 @@

{% blocktranslate %}Participation data statistics for {{ month }}, {{ year }}{% endblocktranslate %} - -
- {% translate "Previous month" %} - - {% if next_month %} - {% translate "Next month" %} - {% endif %} -

+
+ {% translate "Previous month" %} + + {% if next_month %} + {% translate "Next month" %} + {% endif %} +
+ {% if fatStats %}
diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html index 53131194..72470ab0 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkview.html @@ -11,10 +11,9 @@ {% endblock header_nav_brand %} {% block content %} -
-

- {% translate "Participation data" %} -

+
+ {% translate "Participation data" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %}
diff --git a/allianceauth/framework/templates/framework/header/page-header.html b/allianceauth/framework/templates/framework/header/page-header.html index c8c823ba..ed067db3 100644 --- a/allianceauth/framework/templates/framework/header/page-header.html +++ b/allianceauth/framework/templates/framework/header/page-header.html @@ -1,5 +1,5 @@ {#Usage:#} -{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#} +{# {% include "framework/header/page-header.html" with title="Foobar" subtitle="Barfoo" %}#} {% if title %}

diff --git a/allianceauth/hrapplications/templates/hrapplications/corpchoice.html b/allianceauth/hrapplications/templates/hrapplications/corpchoice.html index e36a18ba..07166a4e 100644 --- a/allianceauth/hrapplications/templates/hrapplications/corpchoice.html +++ b/allianceauth/hrapplications/templates/hrapplications/corpchoice.html @@ -12,9 +12,8 @@ {% block content %}
-

- {% translate "Choose a Corp" %} -

+ {% translate "Choose a Corp" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %} {% if choices %}
diff --git a/allianceauth/hrapplications/templates/hrapplications/management.html b/allianceauth/hrapplications/templates/hrapplications/management.html index f7016c4d..6af139b7 100644 --- a/allianceauth/hrapplications/templates/hrapplications/management.html +++ b/allianceauth/hrapplications/templates/hrapplications/management.html @@ -13,17 +13,18 @@ {% block content %}
-

{% translate "Personal Applications" %} -
- {% if create %} - - - - {% else %} - - {% endif %} -
-

+ {% translate "Personal Applications" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %} + +
+ {% if create %} + + + + {% else %} + + {% endif %} +
{% if personal_apps %}
@@ -68,16 +69,17 @@ {% endif %} {% if perms.auth.human_resources %} -

{% translate "Application Management" %} -
- - -
-

+ {% translate "Application Management" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %} -
+
+ + +
+ +

+ {% include "timerboard/index_button.html" %} +
diff --git a/allianceauth/timerboard/templates/timerboard/index_button.html b/allianceauth/timerboard/templates/timerboard/index_button.html index 0e13ba76..8efd4086 100644 --- a/allianceauth/timerboard/templates/timerboard/index_button.html +++ b/allianceauth/timerboard/templates/timerboard/index_button.html @@ -1,5 +1,5 @@ {% load i18n %} -
+ diff --git a/allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html b/allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html index be01c3e7..808aa7e6 100644 --- a/allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html +++ b/allianceauth/timerboard/templates/timerboard/timer_confirm_delete.html @@ -12,13 +12,13 @@ {% block content %}
-

- {% translate "Delete Timer" %} - {% include "timerboard/index_button.html" %} -

+ {% translate "Delete Timer" as page_header %} + {% include "framework/header/page-header.html" with title=page_header %} + + {% include "timerboard/index_button.html" %}
-
+
{% csrf_token %}