{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if event.schedule %}
Monday | {% if event.schedule.doMonday %} X {% endif %} | Tuesday | {% if event.schedule.doTuesday %} X {% endif %} | Wednesday | {% if event.schedule.doWednesday %} X {% endif %} | Thursday | {% if event.schedule.doThursday %} X {% endif %} | Friday | {% if event.schedule.doFriday %} X {% endif %} | Saturday | {% if event.schedule.doSaturday %} X {% endif %} | Sunday | {% if event.schedule.doSunday %} X {% endif %} |
No Event are available.
{% endif %} {% endblock %} {% block sidebar %} {% endblock %}