{% extends 'base.html' %} {% block content %} {% if concretize(error) != "" %}
{{concretize(error)}}
{% endif %}
{% csrf_token %}

Submit a Paper.

{% for coauthor in concretize(coauthors) %}
{% endfor %} {% for i in range(8 - concretize(coauthors).__len__()) %}
{% endfor %}
{% for pc in concretize(pcs) %}

{% endfor %}
{% endblock %}