{% extends "securityaudit/base.html" %} {% load securityaudit_extras %} {% block securityaudit_content %} {% if perms.securityaudit.manage_enemies %}
Add Enemy Entity
{% endif %}
{% for row in rows %} {% empty %} {% endfor %}
Type Entity Label Active Notes Actions
{{ row.entity_type }}
{% with logo=row.entity_type|entity_image_url:row.entity_id %} {% if logo %} {% endif %} {% endwith %}
{{ enemy_names|get:row.entity_id|default:row.entity_id }}
#{{ row.entity_id }}
{{ row.label|default:"-" }} {{ row.is_active|yesno:"Yes,No" }} {{ row.notes|default:"-" }} {% if perms.securityaudit.manage_enemies %}
{% csrf_token %}
{% endif %}
No enemy entities configured.
{% endblock %}