{% extends "base.html" %} {% load bootstrap4 %} {% block extra_head %} {% endblock %} {% block content %}

View Application - {{ application.name }}

Owner: {{ application.owner }}

You do not have permission to access this resource. {% if application.users_group_requested in request.user.groups.all %} {% elif not request.user.is_authenticated %} You must be logged in to request access. {% else %} {% endif %}
{% if application.description %}

{{ application.description }}

{% endif %} Edit Delete {% endblock %}