{% load static %} {% load i18n %} {% load attendancefilters %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_current_language as LANGUAGE_CODE %} Horilla {% block styles %} {% endblock styles %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% trans "All Notifications" %}
{% include "notification/all_notifications.html" %}
{% block content %} {% include 'dashboard.html' %} {% endblock content %}