{% extends "base.html" %} {% block body %} {% include "organization/requests/tabs.html" %} {% if requests %}
{{ _('User') }} | {{ _('Time') }} | {{ _('State') }} | {{ _('Reason') }} |
---|---|---|---|
{{ link_user(r.user) }} | {{- r.time|date(_("N j, Y, H:i")) -}} | {{ r.state }} | {{ r.reason|truncatechars(50) }} |
{{ _('There are no requests to approve.') }}
{% endif %} {% endblock %}