{% extends "base.html"%} {% load i18n paniktags thumbnail %} {% block title %}{% trans "Calendar" %}{% endblock %} {% block main %}
{% for weekday in weekdays %} | {{ weekday|date:"l" }} | {% endfor %}|
---|---|---|
{% for cell in time_cells %} |
{% if not cell.empty %}
{{ cell.show.datetime|date:"H:i" }}-{{ cell.show.end_datetime|date:"H:i" }}
{% endif %}
|
{% endfor %}