{% extends 'base.html' %} {% load propeller %} {% block title %} Forms {% endblock %} {% block content %}
{% csrf_token %} {% propeller_form form %} {% buttons submit='OK' reset="Cancel" %}{% endbuttons %}
{% endblock %}