{% extends "_donut.html" %} {% block pageHead %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {% block main %}

{{title|capitalize}}

{{config.actions.add|capitalize}} {{config.base}}
{% if users %} {% for user in users %} {% if user.email %} {% endif %} {% endfor %} {% endif %}
Email Role Added Actions
{{user.email}} {{user.role}} {{user.created}} {{config.actions.edit|capitalize}} / {{config.actions.delete|capitalize}}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}