Closes #15932: Update embedded documentation for generic templates

This commit is contained in:
Jeremy Stretch
2024-05-02 17:02:51 -04:00
parent d824e90e0a
commit f8cf2a3786
11 changed files with 130 additions and 36 deletions

View File

@@ -3,6 +3,19 @@
{% load form_helpers %}
{% load i18n %}
{% comment %}
Blocks:
- title: Page title
- tabs: Page tabs
- content: Primary page content
Context:
- form: The bulk edit form class
- obj_type_plural: The plural form of the object type
- selected_objects: A queryset matching the objects selected for bulk renaming
- return_url: The URL to which the user is redirected after submitting the form
{% endcomment %}
{% block title %}
{% trans "Renaming" %} {{ selected_objects|length }} {{ obj_type_plural|bettertitle }}
{% endblock %}