{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% for obj in models %} {% endfor %}

{% blocktrans count counter=models|length trimmed %} The selected model will be appended to the model chain of the profile: {% plural %} The {{ counter }} selected models will be appended to the model chain of the profile: {% endblocktrans %}

{{ form.as_p }} {% trans 'Cancel' %}
{% endblock %}