{%extends 'base.html' %} {%load static%} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {%block styles%} {% if LANGUAGE_CODE == 'ar' %} custom-rtl. {%else%} {%endif%} {%endblock%} {%block content%}
{% csrf_token %}
{% if user.is_superuser %}
{% endif %}
{% endblock %} {% block Extrajavascripts %} {% endblock %}