{% extends 'base.html' %} {% block title %} {% if object %} Update {{ object }} {% else %} Add new student {% endif %} {% endblock title %} {% block content %}
{% csrf_token %} {% include 'corecode/form_snippet.html' %} {% if object %} {% else %} {% endif %}
{% endblock content %}