{% 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 %}