{% load i18n %} {% load crispy_forms_tags %} {% block question %}
{% blocktrans with op=op.name count count=vm_count %} Do you want to perform the {{op}} operation on the following instance? {% plural %} Do you want to perform the {{op}} operation on the following {{ count }} instances? {% endblocktrans %}
{{op.description}}
{% endblock %}