{% extends "admin/admin/list.html" %} {% block action_body scoped %} {% for user in items %} {% if loop.last and loop.index is odd %} {% endif %}{% if not loop.last and loop.index is even %} {% endif %} {% endfor %}
{% trans %}Forum Team Members{% endtrans %}
{{ user.username }}  
{% endblock %}