{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: update personal data{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Update personal data {% endblock %} {% block content %} {% if cont_form %} {% endif %}
{% csrf_token %}

Update your personal data

{{ user_form|bootstrap }} {% if cont_form %} {{ cont_form|bootstrap }} {% endif %}
{% if institution_formset %}

Your Affiliations

{{ institution_formset.media }} {{ institution_formset|bootstrap }}
{% endif %}
{% endblock content %}