{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}

Delete Subcomponent Rule?

This will permanently delete this Subcomponent Rule. Do you want to continue?

{% for rule in subcomponent_rule_list %} {% endfor %}
Host Drug Number Strict Match Host Dosage Form Use Quantity Fix Label Count Quantity Split Max Labels Active Delete Action
{% if rule.host_drug_number %}{% if drugnum_type == 'NDC' and show_ndc_dashes == True %}{% if rule.host_drug_number|length > 8 %} {{ rule.host_drug_number|slice:"0:5" }}-{{ rule.host_drug_number|slice:"5:9" }}{% if rule.host_drug_number|length > 10 %}-{{ rule.host_drug_number|slice:"9:11" }}{% else %}-XX {% endif %}{% endif %}{% else %}{{ rule.host_drug_number }}{% endif %}{% else %}*{% endif %} {{ rule.strict_match }} {% if rule.host_dosage_form %}{{ rule.host_dosage_form }}{% else %}*{% endif %} {{ rule.use_quantity }} {{ rule.fix_lbl_count }} {{ rule.quantity_split }} {{ rule.max_labels }}
{% csrf_token %}
Host Drug Number: {{ edit_form.host_drug_number }}     {{ edit_form.strict_match }} Strict NDC-11 Match?
Host Dosage Form: {{ edit_form.host_dosage_form }}
{{ edit_form.active }} Active
{{ edit_form.use_quantity }} Use Quantity?      Fix Label Count: {{ edit_form.fix_lbl_count }}
Quantity Split: {{ edit_form.quantity_split }}     Max Labels: {{ edit_form.max_labels }}
{% endblock %}