{% extends 'core/base.html' %} {% load i18n material_form %} {% block page_title %} {{ object.title }} {% endblock %} {% block browser_title %} {{ object.title }} {% endblock %} {% block content %}
{% include "order/breadcrumbs.html" with step=2 %}
{% csrf_token %}
{% trans "Processing option" %}
{% for processing_option in processing_options %}

{{ processing_option.notice|safe }} {% endfor %}

arrow_back {% trans "Back" %}

{{ object.help_text|safe }}
{% endblock %}