{% extends "joyous/calendar_base.html" %} {% load static wagtailcore_tags i18n %} {% block cal_events %}
{{dow}} | {% endfor %}|
---|---|
{% block cal_day_title %}{% endblock cal_day_title %}
{% block days_events %} {% for title, event, url in evod.continuing_events %}
{{title}} {%trans "cont." %}
{% endfor %}{% for title, event, url in evod.days_events %}
{{event.at}}{{ title }}
{% endfor %} {% endblock days_events %}
|
{% else %}{% endif %}{% endblock cal_day %}{% endfor %} |