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

Draft - Confirm

{% csrf_token %} {% for detail in details %} {% endfor %}
Action Selected:{{ action }}
Draft:{{ draft.name }}
{{ detail.label }}{{ detail.value }}
{% if email %}

Scheduled Email

To:{{ email.to }}
CC:{{ email.cc }}
Subject:{{ email.subject }}
Body:{{ email.body }}
{% endif %} {{ form }} {% include "includes/buttons_save_cancel.html" %}
{% endblock %}