{% extends 'base.html' %} {% block title %}Dashboard — Enterprise Digital Platform{% endblock %} {% block content %}

Applications

Click Open to launch an application. Your session carries over automatically.

{% for app in apps %}
{{ app.icon }}
{% if app.has_access %} Access granted {% else %} No access {% endif %}

{{ app.name }}

{{ app.description }}

{% endfor %}
{% endblock %}