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

Applications

New Application
{% for application in applications %} {% empty %} {% endfor %}
Name Access

{{ application.name }}

{{ application.description|truncatechars:120 }}

{% if application.owner == request.user %} {% endif %} {% if application.access_control %} {% endif %} Detail
There are no applications currently available.
{% endblock %}