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

Registration List

{% if perms.courseinfo.add_student %}
Create New Registration
{% endif %} {% endblock %}