{% extends "public/content.html" %} {% load url from future %} {% block headtitle %}{{ abstract_request }}{% endblock %} {% block headscript %} {% endblock %} {% block left_content %}

Abstract Content

{% endblock %} {% block title %}

{{ abstract_request.name }}

{% endblock %} {% block content %} {{ abstract_request.description|safe }}
{% if errors %} {% for error in errors %}
{{ error }}
{% endfor %} {% endif %}
{% csrf_token %}

To Start your Submission, please enter your Personal Details

{% include "public/partials/form.html" with form=content_submission_form_details %}
{% endblock %}