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

{% translate 'Alliance for Sync' %}

{% if alliance %}    {{ 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 %} ) {% else %}

Not configured

{% endif %}

{% translate 'Your Synced Characters' %}

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

None

{% endif %}
{% if alliance %} Add Character to Sync {% else %} {% 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 synced characters.

{% endif %}
{% endblock %}