{% load i18n static%} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% endblock %} {% block description %} {% endblock %} {% if LANGUAGE_CODE == 'ar' %} {% else %} {% endif %} {% block customCSS %} {% endblock %} {% include "toast-alert.html" %}
{% if request.user.is_authenticated %} {% include 'header.html' %} {% endif %}
{% include "plans/expiration_messages.html" %} {% block period_navigation %} {% endblock period_navigation %} {% block content %} {% endblock content%} {% block body %} {% endblock body%} {% include 'footer.html' %}
{% block customJS %} {% endblock %}