-
{% for schedule_date, schedule_info in schedule_days.items %}
- {{ schedule_info.name }} {% endfor %}
{{ schedule_html|safe }}
{% endblock schedule %}
{% extends 'contents/_base.html' %} {% load i18n static %} {% block title %}{% trans 'Schedule' %}{% endblock title %} {% block styles %} {{ block.super }} {% endblock styles %} {% block body_class %} schedule-page{% endblock body_class %} {% block content %}