Files

15 lines
539 B
HTML
Raw Permalink Normal View History

{% extends 'generic/object_children.html' %}
{% load helpers %}
{% load i18n %}
{% block bulk_edit_controls %}
{{ block.super }}
{% if 'bulk_rename' in actions %}
<button type="submit" name="_rename"
{% formaction %}="{% url 'virtualization:vminterface_bulk_rename' %}?return_url={{ return_url }}"
class="btn btn-outline-warning">
2023-08-09 15:31:21 -04:00
<i class="mdi mdi-pencil-outline" aria-hidden="true"></i> {% trans "Rename" %}
2022-08-16 09:49:51 -04:00
</button>
{% endif %}
{% endblock bulk_edit_controls %}