{% extends "base.html" %} {% block content %} {% for user in users %} {% endfor %}
{{ include(template_from_string(lang.username)) }} {{ include(template_from_string(lang.createdat)) }} {{ include(template_from_string(lang.action)) }}
{{loop.index}} {{user.username}} {{user.created_at}} {{ include(template_from_string(lang.edit)) }} | {{ include(template_from_string(lang.delete)) }}
{% endblock %}