{% extends 'corptax/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
Information about each corp in Razor and EDGE List the total corporation member, how many are in auth and audit also shows tax settings, shows if we get corporation wallets entry for tax calculation and if the CEO is in auth
| Corp | Total Characters | Characters in Auth | Characters in MemberAudit | Total Mains | Discord | Mumble | Corp Tax settings | Ceo in Auth | Journal entrys | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{x.corp_name}} | {% if x.total_member < 5 %}{{x.total_member}} | {% else %}{{x.total_member}} | {% endif %} {% if x.auth_member == 0 %}{{x.auth_member}} | {% else %}{{x.auth_member}} | {% endif %}{{x.audit_member}} |
{{x.auth_main}} |
{{x.auth_discord}} |
{{x.auth_mumble}} | {% if x.corp_tax == 0 %}{{x.corp_tax}} | {% elif x.corp_tax < 10 %}{{x.corp_tax}} | {% else %}{{x.corp_tax}} | {% endif %} {% if x.auth_ceo == 1 %}No | {% else %}Yes | {% endif %} {% if x.corp_journal == 1 %}NO | {% else %}YES | {% endif %}
| Corp | Total Characters | Characters in Auth | Characters in MemberAudit | Total Mains | Discord | Mumble | Corp Tax settings | Ceo in Auth | Journal entrys | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{x.corp_name}} | {% if x.total_member < 5 %}{{x.total_member}} | {% else %}{{x.total_member}} | {% endif %} {% if x.auth_member == 0 %}{{x.auth_member}} | {% else %}{{x.auth_member}} | {% endif %}{{x.audit_member}} |
{{x.auth_main}} |
{{x.auth_discord}} |
{{x.auth_mumble}} | {% if x.corp_tax == 0 %}{{x.corp_tax}} | {% elif x.corp_tax < 10 %}{{x.corp_tax}} | {% else %}{{x.corp_tax}} | {% endif %} {% if x.auth_ceo == 1 %}No | {% else %}Yes | {% endif %} {% if x.corp_journal == 1 %}NO | {% else %}YES | {% endif %}