{% extends "layout/default.html" %} {% block body %}
{% if currentAdmin == 1 %}

{{_("Accounts")}}

{{ error }}

{{_("Name")}} {{_("Email")}} {{_("Id")}} {{_("Delete")}}
{% for tab in username %} {{ tab }}
{% endfor %}
{% for tab in email %} {{ tab }}
{% endfor %}
{% for tab in id %} {{ tab }}
{% endfor %}
{% for tab in id %}
{% endfor %}
{% else %}

{{_("You're not an administrator so we can't delete accounts")}}

{% endif %}
{% endblock %}