{% load static %} {% load active_link_tags %} {% load category_menu_items from lilcity_category %} {% block title %}Онлайн-курсы LilCity{% endblock title%}
{% if user.is_authenticated %} {% else %} {% endif %}
{% if user.is_authenticated and not user.fb_id or user.is_authenticated and not user.is_email_proved %}
Необходимо подтвердить электронную почту
{% endif %}
{% block content %}{% endblock content %}