{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}
{{ _('Grants') }}

{{ _('Create new grant') }}

{{ _('Grants list') }}
 {{ _('Loading, Please wait...') }}
{{ _('Groups') }}

{{ _('Create new group') }}

{{ _('Groups list') }}
 {{ _('Loading, Please wait...') }}
{% endblock %}