{% extends "django_program/manage/base.html" %} {% block title %}Sections{% endblock %} {% block page_title %}
Conference sections and time blocks
{% endblock %} {% block page_actions %} Add Section {% endblock %} {% block content %} {% if sections %}| Name | Slug | Start Date | End Date | Order | Actions |
|---|---|---|---|---|---|
| {{ section.name }} | {{ section.slug }} | {{ section.start_date|date:"N j, Y" }} | {{ section.end_date|date:"N j, Y" }} | {{ section.order }} | Edit |
No sections defined for this conference.