{% extends '_base.html' %} {% load i18n %} {% load static %} {% block content %} {% include '_components/header.html' with system_nav=True %}

{% trans 'Please select Target you want to administrate.' %}

{% for target in targets %} {% endfor %}
{% endblock %}