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

{% trans 'Alliance for Sync' %}

   {{ alliance.alliance_name }}   ( {% if alliance_contacts_count != None %} {{ alliance_contacts_count }} contacts {% if alliance_war_targets_count != None %} , {% endif %} {% endif %} {% if alliance_war_targets_count != None %} {{ alliance_war_targets_count }} war targets {% endif %} )

{% trans 'Your Synced Characters' %}

{% if has_synced_chars %} {% for character in synced_characters|dictsort:"name" %} {% if character.has_error %} {% else %} {% endif %} {% endfor %}
Name Organization Status Disable
{{ character.name_html }} {{ character.organization }} {{ character.status_message }}
{% else %}

None

{% endif %}
Add Character to Sync {% if perms.standingssync.add_syncmanager %} Set Alliance Character
{% endif %}

Read Me First

Once activated this app will automatically update the personal contacts of your synced characters. Note that you can only sync out-of-alliance alts.

{% if alliance_contacts_count != None %}

Alliance Contacts

All personal contacts will be replaced with alliance contacts allowing you to see alliance standings on your synced characters.

You will loose all personal contacts on your synced characters.

{% endif %} {% if alliance_war_targets_count != None %}

War Targets

Adds current alliance war targets as personal contacts with -10 standing a personal contact to your synced characters. If the contact already exists it will be overwritten. War targets can be distinguished by having the war targets contact label.

Please make sure to create a contact label with the name "{{ war_targets_label_name }}" on all your characters.

{% endif %}
{% endblock %}