{% extends "admin/elements/nitty_gritty.html" %} {% load i18n static foundation next_url %} {% block contextual_title %} {% if affiliation %} {% blocktrans with affiliation=affiliation|truncatewords:5 %} Edit "{{ affiliation }}" {% endblocktrans %} {% else %} {% blocktrans with organization=organization.name %} Create affiliation with "{{ organization }}" {% endblocktrans %} {% endif %} {% endblock contextual_title %} {% block title-section %} {% if affiliation %} {% blocktrans with affiliation=affiliation|truncatewords:5 %} Edit "{{ affiliation }}" {% endblocktrans %} {% else %} {% blocktrans with organization=organization.name %} Create affiliation with "{{ organization }}" {% endblocktrans %} {% endif %} {% endblock title-section %} {% block breadcrumbs %} {{ block.super }} {% if account and account == request.user %} {% include "elements/breadcrumbs/edit_profile_base.html" %} {% if not affiliation %}
Make your changes to the affiliation, and then select Save.
{% endblocktrans %} {% else %} {% blocktrans with organization=organization.name %}Enter optional affiliation details, and select Save to create the affiliation.
{% endblocktrans %} {% endif %}