{% extends 'corptools/character/char_base.html' %} {% load humanize %} {% load evelinks %} {% load helpers %} {% block ct_block %}
Name | Standing | Labels | Blocked | Watched | Blocked | Watched | Owner | {% for contact in table_data %}|
---|---|---|---|---|---|---|---|---|
|
{{ contact.contact_name.name}} | {{ contact.standing|standing_span }} | {% for label in contact.labels.all %}{{ label.label_name }}{% endfor %} | {% if contact.blocked %} {% else %} {% endif %} | {% if contact.watched %} {% else %} {% endif %} | {% if contact.blocked %} Yes {% else %} No {% endif %} | {% if contact.watched %} Yes {% else %} No {% endif %} | {{ contact.character.character.character_name}} |