{% extends 'manager/base.html' %} {% block header %}

{{ list_title|title }}

{% endblock %} {% block content %}
New section
{% for section in sections %}
{{ section.slug }}
{% endfor %}
{% endblock %}