/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin
{% load i18n %} <div class="actions"> {% block actions %} {% block actions-form %} {% for field in action_form %}{% if field.label %}<label>{{ field.label }} {{ field }}</label>{% else %}{{ field }}{% endif %}{% endfor %} {% endblock %} {% block actions-submit %} <button type="submit" class="button" title="{% translate "Run the selected action" %}" name="index" value="{{ action_index|default:0 }}">{% translate "Go" %}</button> {% endblock %} {% block actions-counter %} {% if actions_selection_counter %} <span class="action-counter" data-actions-icnt="{{ cl.result_list|length }}">{{ selection_note }}</span> {% if cl.result_count != cl.result_list|length %} <span class="all hidden">{{ selection_note_all }}</span> <span class="question hidden"> <a href="#" title="{% translate "Click here to select the objects across all pages" %}">{% blocktranslate with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktranslate %}</a> </span> <span class="clear hidden"><a href="#">{% translate "Clear selection" %}</a></span> {% endif %} {% endif %} {% endblock %} {% endblock %} </div>
.
Edit
..
Edit
404.html
Edit
500.html
Edit
actions.html
Edit
app_index.html
Edit
app_list.html
Edit
auth
Edit
base.html
Edit
base_site.html
Edit
change_form.html
Edit
change_form_object_tools.html
Edit
change_list.html
Edit
change_list_object_tools.html
Edit
change_list_results.html
Edit
color_theme_toggle.html
Edit
date_hierarchy.html
Edit
delete_confirmation.html
Edit
delete_selected_confirmation.html
Edit
edit_inline
Edit
filter.html
Edit
includes
Edit
index.html
Edit
invalid_setup.html
Edit
login.html
Edit
nav_sidebar.html
Edit
object_history.html
Edit
pagination.html
Edit
popup_response.html
Edit
prepopulated_fields_js.html
Edit
search_form.html
Edit
submit_line.html
Edit
widgets
Edit