{% extends "base.html" %} {% block title %}Applications — AppManager{% endblock %} {% block content %}
Select an application below to launch it inside your session.
{{ app.description or "Flask application hosted under AppManager wrapper." }}
There are currently no sub-apps installed or you do not have permission to access any installed applications.
{% if user and user.is_admin() %} Go to Admin Dashboard to Install Apps {% endif %}