{% extends 'pybb/base.html' %} {# DEPRECATED AND WILL BE REMOVED IN NEXT VERSION #} {% load pybb_tags i18n %} {% block content %}

{% trans 'Users' %}

{% csrf_token %} {{ form.query }}
{% with _('Users') as label %} {% include "pybb/pagination.html" %} {% endwith %} {% endblock %}