{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %}
{% blocktrans with title=snapshot.title %}You are about to reset all values to the snapshot {{ title }}. All newer values will be deleted.{% endblocktrans %}
{% trans 'This action cannot be undone!' %}
{% bootstrap_delete_form submit=_('Rollback') %} {% endblock %}