{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Drafts - Withdraw{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Drafts » {{ draft.name }} » Withdraw {% endblock %} {% block content %}

Draft - Withdraw

{% csrf_token %} {{ form.as_table }}
{% include "includes/buttons_save_cancel.html" %}
{% endblock %}