{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load template_filters %} {% block bread_scrumbs %} {% endblock %} {% block page_title %}

{% trans 'Личный календарь' %}

{% endblock %} {% block content_list %}
{% with days=days events=events current_day=current_day %} {% include 'includes/accounts/calendar_table.html' %} {% endwith %}
{% endblock %} {% block scripts %} {% endblock %}