{% 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 %}
{{ days.15|date:"F"}}’{{ days.15|date:"y"}}
{% include 'includes/accounts/calendar_list.html' with events=events %}
{% trans 'Все / выделенные:' %}
{% trans 'Посмотреть прошедший календарь' %}
{% endblock %} {% block scripts %} {% endblock %}