{% extends 'cv/forms/_publication_base.html' %} {% load widget_tweaks %} {% load staticfiles %} {% block userstyles %} {{block.super}} {% endblock userstyles %} {% block centerbar %}

{{method}} {{model|title}}

{% csrf_token %}
{% with form.title as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.short_title as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.slug as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %}
{% with form.role as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.start_date as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.end_date as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.source as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.display as field %} {% with labelwidth="col-2" inputwidth="col-1" %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endwith %} {% with form.is_current as field %} {% with labelwidth="col-2" inputwidth="col-1" %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% endwith %}
Abstract
{% with form.abstract as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} Use Markdown syntax: e.g., **bold**, *italics*, `code`, [link text]<url>
Funding Information
{% with form.agency as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.agency_acronym as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.division as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.division_acronym as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.grant_number as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %} {% with form.amount as field %} {% include "cv/forms/_publication_field.html" %} {% endwith %}
Collaborators
{{grant_collaboration_formset.management_form}} {% for collaborator_form in grant_collaboration_formset %} {% for field in collaborator_form.visible_fields %} {% spaceless %} {% endspaceless %} {{field}} {% if field.error %} {{field.error}} {% endif %} {% endfor %} {% endfor %}
Cancel {% if method == "Edit" %} {% endif %}
{% endblock centerbar %}