{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %}
Select Label Type:      {% if current_token_filter != 'ALL' and current_token_filter != 'ALIGNMENT' and current_token_filter != 'DEADBLISTER' %} {% if current_token_filter == 'CANISTER' or current_token_filter == 'REPLENISHMENT' %} Enter Canister Serial: {% elif current_token_filter == 'PREPACK_SKU' %} Enter Pre-Pack SKU ID: {% else %} Enter Workorder Task Id: {% endif %} {% endif %}    
{% include 'label-tokens-rep.html' %}
Loading token translate statement data...
{% endblock %}