{% extends "base.tree.html" %} {% block content-title %}Users{% endblock%} {% block content %}
{% include "dashboard/users_menu.html" %}
Notifications
    {% for log in logs %} {% include 'dashboard/log_element.html' %} {% endfor %}
{% endblock%} {% block extrajs %} {% endblock %}