{% extends "base.html" %} {% load render_table from django_tables2 %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}

{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no pending user with this pattern." %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}