{% extends 'standingssync/base.html' %} {% load i18n %} {% load humanize %} {% block details %}

{% trans 'Alliance Available for Sync' %}

{% if alliance_contacts_count != None %}    {{ alliance.alliance_name }}   ({{ alliance_contacts_count }} contacts) {% else %} None {% endif %}

{% trans 'Your Synced Characters' %}

{% if has_synced_chars %} {% for character in characters %} {% if character.has_error %} {% else %} {% endif %} {% endfor %}
Name Status Remove from Sync
{{ character.name }} {{ character.status_message }}
{% else %}

None

{% endif %}
{% if alliance_contacts_count == None and not perms.standingssync.add_syncmanager %}

Warning

{% if request.user.profile.main_character.alliance_name != None %} This app is not fully setup yet for the {{ request.user.profile.main_character.alliance_name }} alliance. {% else %} You do not appear to belong to any alliance, but this app is for alliance members only. {% endif %} Please contact an admin for details.

{% endif %} {% if alliance_contacts_count != None %} Add Character to Sync {% endif %} {% if perms.standingssync.add_syncmanager %} Set Alliance Character {% endif %}

Read Me First

This app enables you to always have the current alliance standings on your non-alliance character. Once activated it will automatically replace the personal contacts of your character with the current Alliance contacts and will continue to do so until deactivated.

Careful! You will loose all your personal contacts on a synced character, so use with care.

{% endblock %}