From 079dcc5d28548a321ede81c19b4d3f910768ed88 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 12 Nov 2023 21:50:17 +0100 Subject: [PATCH] [FIX] Tabbed navigation --- .../templates/corputils/corpstats.html | 164 ++++++++++++------ 1 file changed, 109 insertions(+), 55 deletions(-) diff --git a/allianceauth/corputils/templates/corputils/corpstats.html b/allianceauth/corputils/templates/corputils/corpstats.html index 9d75b5e7..971b47cb 100644 --- a/allianceauth/corputils/templates/corputils/corpstats.html +++ b/allianceauth/corputils/templates/corputils/corpstats.html @@ -1,65 +1,115 @@ {% extends 'corputils/base.html' %} + {% load i18n %} {% load humanize %} + {% block member_data %} {% if corpstats %}
- +
- + + {% if corpstats.corp.alliance %} - {% endif %} + - + + {% if corpstats.corp.alliance %} - + {% endif %}
- {{ corpstats.corp.corporation_name }} - + {{ corpstats.corp.corporation_name }} + + {{ corpstats.corp.alliance.alliance_name }}

{{ corpstats.corp.corporation_name }}

{{ corpstats.corp.corporation_name }}

{{ corpstats.corp.alliance.alliance_name }}

{{ corpstats.corp.alliance.alliance_name }}

-
-
-