{% extends "base.html" %} {% load scheduletags i18n %} {% block body %}

{% trans "Calendar metadata" %}

{% blocktrans with calendar_name=calendar.name %}Name: {{calendar_name}}{% endblocktrans %}

{% blocktrans with calendar_slug=calendar.slug %}Slug: {{calendar_slug}}{% endblocktrans %}

{% blocktrans with events_count %}Event count: {{events_count}}{% endblocktrans %}

{% trans "See as:" %}

{% trans "Now see docstring for schedule.views.calendar" %}
{% endblock %}