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

Draft - Search

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

Search Results

{% include "includes/draft_search_results.html" %} {% if not_found %}{{ not_found }}{% endif %}
{% endblock %}