{% load i18n unfold %}
{% if not revert_disabled %} {% component "unfold/components/button.html" with submit=1 form=opts.model_name|add:"_form" name="_save" extra_attrs=onclick_attrib class="w-full lg:w-auto" %} {% trans "Revert" %} {% endcomponent %} {% endif %} {% if change_history %} {% component "unfold/components/button.html" with submit=1 form=opts.model_name|add:"_form" name="_change_history" extra_attrs=onclick_attrib class="w-full lg:w-auto" %} {% trans "Change History" %} {% endcomponent %} {% endif %} {% component "unfold/components/button.html" with href=history_url variant="default" class="mr-auto w-full lg:w-auto" %} {% trans 'Close' %} {% endcomponent %}