{% load material_form %} {% block content %}
{{title}} {% block title %}{% endblock %}
{% block tips %} Enter your details into the fields below, then click the button to save. {% endblock %}
{% block form %} {% csrf_token %} {% if form.non_field_errors|length > 0 %}

Please correct the errors below.

{{ form.non_field_errors }} {% endif %} {% block extra_preform %}{% endblock %} {% block formbody %} {% form %} {% endform %} {% endblock %} {% block postform %}{% endblock %} {% endblock %}
{% endblock %}