{% load i18n horizon humanize %} {% block help_message %} {% endblock %}

{% blocktrans %}Drag actions in the order they will be executed on the client.{% endblocktrans %}

{% blocktrans %}Available Actions{% endblocktrans %}
    {% for action in form.available_actions %}
  • ({{ action.freezer_action.action }}) {{ action.freezer_action.backup_name }}
  • {% endfor %}
{% blocktrans %}Selected Actions In Order{% endblocktrans %}
    {% for action in form.selected_actions %}
  • ({{ action.freezer_action.action }}) {{ action.freezer_action.backup_name }}
  • {% endfor %}
{% include "horizon/common/_form_fields.html" %} {{ table.render }}
{{ step.get_help_text }}