|
{% if authenticated %}
{% if empty_database %}
There are no targets in the database.
You might want to create a target manually,
import one from a dataservice.
or
{% else %}
No targets.
{% endif %}
{% else %}
Please login to view or create targets.
{% endif %}
|
{% endfor %}