{% extends "public/content.html" %} {% load staticfiles %} {% block headtitle %}{{ abstract_request }}{% endblock %} {% block headstyle %} {% endblock %} {% block headscript %} {% endblock %} {% block left_content %}

Abstract Content

{% endblock %} {% block title %}

Add Abstract Content

{% endblock %} {% block content %}

Please complete the fields below with the contents of your abstract.

{% if errors %} {% for error in errors %}
{{ error }}
{% endfor %} {% endif %}
{% csrf_token %}

Abstract Information

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

Abstract Authors

Please enter the details of the Primary Author and any Contributors to your abstract.

{% if author_forms %} {% for author_form in author_forms %}

{% if forloop.counter == 1 %}First Author and Primary Contact {% else %}Author {{ forloop.counter }} Remove Author {% endif %}

{% include "public/partials/form.html" with form=author_form %}
{% if forloop.last %}

Submit details of Co Authors

{% endif %} {% endfor %} {% endif %}
{% include "public/partials/form.html" with form=confirmation_form %}

Abstract Content

{% include "public/partials/form.html" with form=content_submission_data_form %}
{% if file_forms %} {% for file_form in file_forms %}
{% include "public/partials/form.html" with form=file_form remove_file=True %}
{% endfor %} {% endif %}

Add A File

{% endblock %}