diff --git a/stock/templates/registered/corputils.html b/stock/templates/registered/corputils.html index 7529f890..708f3996 100644 --- a/stock/templates/registered/corputils.html +++ b/stock/templates/registered/corputils.html @@ -1,187 +1,187 @@ -{% extends "public/base.html" %} -{% load bootstrap %} -{% load staticfiles %} - -{% block title %}Alliance Auth{% endblock %} -{% block page_title %}Corporation Member Tracking{% endblock page_title %} - -{% block content %} - -
Ticker: {{ corp.corporation_ticker }}
- -Member count: {{ corp.member_count }}
- -Player count: {{characters_with_api|length}}
- -Unregistered characters: {{characters_without_api|length}}
-- | Main character | -Main corporation | -Character list | -Killboard | -
---|---|---|---|---|
- ![]() |
-
- {{ maincharname }} - |
- - {% if not corp.corporation_name == player.maincorp%} - - {{ player.maincorp }} - - {% else %} - - {{ player.maincorp }} - - {% endif %} - | -
- {% for char in player.altlist %}
- {{ char.character_name }} - {% endfor %} - |
- - {% for char in player.altlist %} - - {% endfor %} - | -
- | Character | -Killboard | -
---|---|---|
- ![]() |
-
- {{ character_name }} - |
- - Killboard - | -
Ticker: {{ corp.corporation_ticker }}
+ +Member count: {{ corp.member_count }}
+ +Player count: {{characters_with_api|length}}
+ +Unregistered characters: {{characters_without_api|length}}
++ | Main character | +Main corporation | +Character list | +Killboard | +
---|---|---|---|---|
+ ![]() |
+
+ {{ maincharname }} + |
+ + {% if not corp.corporation_name == player.maincorp%} + + {{ player.maincorp }} + + {% else %} + + {{ player.maincorp }} + + {% endif %} + | +
+ {% for char in player.altlist %}
+ {{ char.character_name }} + {% endfor %} + |
+ + {% for char in player.altlist %} + + {% endfor %} + | +
+ | Character | +Killboard | +
---|---|---|
+ ![]() |
+
+ {{ character_name }} + |
+ + Killboard + | +