{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "No Permissions" %}{% endblock %} {% block content %}

{% trans 'No Permissions' %}


{% trans 'You do not have any groups and therefor cannot use this application.' %} {% trans 'Please contact your administrator.' %}
{% endblock %}