{% extends 'heliosinstitution/templates/dashboard.html' %} {% load i18n %} {% load staticfiles %} {% block subcontent %} {% if user %}
{% trans "Delegate Institution Admin" %}
{% trans "Add new Election Admin" %}
{% include "institution_users.html" %}
{% else %} {% include "login_box.html" %} {% endif %} {% endblock subcontent %}