{% extends "base.tree.html" %} {% block content-title %}Applications{% endblock%} {% block content %}
{% include 'dashboard/applications_menu.html' %}
Notifications
    {% for log in logs %} {% include 'dashboard/log_element.html' %} {% endfor %}
{% endblock%} {% block require-js-extra %} requirejs(['order-tables'], function (Module){}); {% endblock%}