{% extends 'courseinfo/base.html' %} {% block title %} Section List {% endblock %} {% block create_button %} {% if perms.courseinfo.add_section %} Create New Section {% endif %} {% endblock %} {% block org_content %}

Section List

{% if perms.courseinfo.add_section %}
Create New Section
{% endif %} {% endblock %}