{% extends 'altcorp/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load evelinks %} {% block altcorp_body %}

{% translate "My Requests" %}

{% blocktranslate %}

On this page you can create requests to add your alt corp to the alt alliance: {{alliance}} .

All characters in the alt corp must be owned by a member and registered in this auth.

{% endblocktranslate %}

{% include "altcorp/partials/spinner.html" %}

{% translate "Icon Legend" %}
{% translate "Corporation is in the alt alliance." %}
{% translate "Your corporation has failed the requirement check! you have until the shown date to resolve the issue, or your alt corp will be removed." %}
{% translate "Your alt corp request is pending approval." %}
{% translate "Your alt corp request has been approved, but is waiting for confirmation that it has joined the alt alliance." %}
{% translate "Your alt corp has failed to resolve passed the deadline for resolving requirement issues and will be removed from the alt alliance." %}
{% translate "Characters are missing from auth, please add them." %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock extra_css %}