{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% for itm in order_request_priority_list %} {% endfor %}
Tag Description Action Order Allow Filling Allow Pre-Pack Is Active
{{ itm.tag }} {% if itm.dosis_default %}{{ itm.action_order }}{% else %} {% endif %}
{% csrf_token %}
Description: {{ edit_form.description }}
Tag: {% if add_mode %}{{ edit_form.tag }}{% else %}{{ edit_form.tag.value }} {% endif %}
Action Order: {{ edit_form.action_order }}
{{ edit_form.allow_filling }} Allow Filling?
{{ edit_form.allow_prepack }} Allow Pre-Pack?
{{ edit_form.is_active }} Is Active?
{% endblock %}