{% extends 'generic/object_children.html' %} {% load helpers %} {% load i18n %} {% load perms %} {% block bulk_edit_controls %} {% with bulk_edit_view=child_model|validated_viewname:"bulk_edit" %} {% if 'bulk_edit' in actions and bulk_edit_view %} {% endif %} {% endwith %} {% with bulk_rename_view=child_model|validated_viewname:"bulk_rename" %} {% if 'bulk_rename' in actions and bulk_rename_view %} {% endif %} {% endwith %} {% endblock bulk_edit_controls %} {% block bulk_extra_controls %} {{ block.super }} {% if request.user|can_add:child_model %}
{% trans "Add" %} {{ title }}
{% endif %} {% endblock bulk_extra_controls %}