{% extends "admin/admin/list.html" %} {% load i18n %} {% load l10n %} {% load url from future %} {% block table_head scoped %}   {{ super() }} {% endblock %} {% block table_row scoped %} {% trans %}User Avatar{% endtrans %} {{ item.username }} {{ item.email }}{% if item.activation > 0 %} {% trans %}Inactive{% endtrans %}{% endif %}{% if item.is_admin() %} {% trans %}Admin{% endtrans %}{% endif %} {% endblock%}