{% load static %} {% load i18n %} {% load evelinks %}
{% translate "Corporation" %} | {% translate "Tokens/Req" %} | {% translate "Status" %} | {% translate "Actions" %} |
---|---|---|---|
|
{{ st.token_count }}/{{ st.corp.member_count }} | {% if st.deadline_passed == True %} Your Corp will be removed {% elif st.pendingRevocation == True %} {{st.revocation_deadline}} {% elif st.status == "EFFECTIVE" %} {% elif st.status == "APPROVED" %} {% elif st.status == "PENDING" %} {% else %} {% endif %} | {% if st.status == "PENDING" %} {% translate "Cancel" %} {% elif st.pendingRevocation == True %} {% translate "Fix Compliance immediately!" %} {% elif st.status == "EFFECTIVE" %} {% translate "In Alt Alliance" %} {% elif st.status == "APPROVED" %} {% translate "Accepted, pending join in game." %} {% elif st.token_count >= st.corp.member_count %} {% translate "Apply" %} {% else %} {% endif %} |