{% load static %} {{ project_name|default:"DN-WRS" }} {% if app_settings.font_family == 'Poppins' %} {% elif app_settings.font_family == 'Roboto' %} {% elif app_settings.font_family == 'Montserrat' %} {% elif app_settings.font_family == 'Playfair Display' %} {% else %} {% endif %} {% block extra_css %}{% endblock %} {% if user.is_authenticated %} {% endif %}
{% if user.is_authenticated %}
{% endif %}
{% if user.is_authenticated and messages %} {% for message in messages %} {% endfor %} {% endif %}
{% block content %}{% endblock %}
{% if user.is_authenticated %} {% endif %}
{% block extra_js %}{% endblock %}