{% load targets_extras %}
| {% if all_checked %} {% else %} {% endif %} | {% for column in headers %}{{ column }} | {% endfor %}|||
|---|---|---|---|---|
| {% if all_checked %} {% else %} {% endif %} | {% target_table_row target as target_row %} {% for target_col in target_row %}{% if forloop.first %} {{ target_col }} {% else %} {{ target_col }} {% endif %} | {% endfor %}|||
| {% 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 {% else %} No targets match those filters. {% endif %} {% else %} Please login to view or create targets. {% endif %} | ||||