{% extends "admin/elements/confirm_remove.html" %} {% load i18n next_url static %} {% block breadcrumbs %} {{ block.super }} {% if account and account == request.user %} {% include "elements/breadcrumbs/edit_profile_base.html" %}
  • {% trans "Edit Affiliation" %}
  • {% elif article and author %} {% include "elements/breadcrumbs/edit_author_base.html" with subpage="yes" %} {% endif %}
  • {% blocktrans with thing_to_delete=thing_to_delete|truncatewords:5 %} Remove "{{ thing_to_delete }}" {% endblocktrans %}
  • {% endblock breadcrumbs %} {% block nitty %} {% include "admin/core/affiliation_summary.html" %} {% endblock nitty %}