{% extends "generic/base.html" %} {% load widget_tweaks buttons %} {% block title %}{% if title %}{{ title|striptags }}{% else %}Create{% endif %}{% endblock %} {% block body_class %}{{ block.super }} {{ block.super }}-create{% endblock %} {% block content %}

{% if title %}{{ title|safe }}{% else %}Create{% endif %}

{% include "generic/form.html" %} {% endblock %}