{% load core_tags_and_filters %} {% load core_messages_tags_and_filters %} {% load static %} {% load i18n %} {% block title %}{% block site_title %}{{ site_title }}{% endblock %}{% endblock %} {% block css %} {% if LANGUAGE_BIDI %} {# #} {% endif %} {% block site_theme %}{# ~~~~ TODO: Speedy Net theme is also used by Speedy Composer and Speedy Mail Software. That's why the theme is in speedy.core #} {% if LANGUAGE_BIDI %} {% else %} {% endif %} {% endblock %} {% block extra_css %}{% endblock %} {% endblock %} {% block icons %} {% endblock %} {% block viewport %} {% endblock %} {% block robots %}{% endblock %} {% block description %}{% endblock %} {% block google_ads %}{% endblock %} {% block extra_head %}{% endblock %}
{% block body %}
{% if settings.THIS_SITE_IS_UNDER_CONSTRUCTION %}

{% translate "This site is under construction" %}

{% endif %} {% for message in messages %} {% endfor %} {% if not admin_user %} {% if request.user.is_authenticated and not request.user.has_confirmed_email %}
{% translate "You haven't confirmed your email address. Please check your inbox." context user.get_gender %}
{% endif %} {% endif %} {% block full_content %} {% if request.user.is_authenticated and request.user.is_active %}
{% endif %} {% block content %}{% endblock %} {% if request.user.is_authenticated and request.user.is_active %}
{% endif %} {% endblock %}
{% block footer_wrap %}
{% endblock %} {% endblock %} {% block speedy %}

{% translate "Speedy" %}


{% endblock %}
{% block js %} {% block extra_js %}{% endblock %} {% block domain_cookie_login %}{% endblock %} {% endblock %}