{% load i18n %} {% if transition_id %}
{% trans title %}
{% if transition_exists %} {% if assets %}
{% csrf_token %}
{% else %}
{% trans 'Nothing to accept.' %}
{% endif %} {% else %}
{% blocktrans %} Acceptance mechanism is enabled but a transition having ID {{ acceptance_transition_id }} doesn't exist. Please add a transition with this ID or run DB migrations. {% endblocktrans %}
{% endif %} {% endif %}