{% load static %} {% block title %}ShiftFlow MES{% endblock %} {% if user.is_authenticated %} {% include 'components/_navbar.html' %} {% endif %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% block content %}{% endblock %}
{% if user.is_authenticated %} {% include 'components/_footer.html' %} {% endif %}