{% extends "web/_base.html" %} {% load debusine %} {% block content %}

{{ title }}

{% csrf_token %} {{ form.as_p }}
{% endblock %}