{% load targets_extras %} {% for column in headers %} {% endfor %} {% for target in targets %} {% target_table_row target as target_row %} {% for target_col in target_row %} {% endfor %} {% empty %} {% endfor %}
{% if all_checked %} {% else %} {% endif %} {{ column }}
{% if all_checked %} {% else %} {% endif %} {% if forloop.first %} {{ target_col }} {% else %} {{ target_col }} {% endif %}
{% if authenticated %} {% if empty_database and not query_string %} There are no targets in the database. You might want to create a target manually, import one from an alert broker or
{% csrf_token %}
{% else %} No targets match those filters. {% endif %} {% else %} Please login to view or create targets. {% endif %}