{% extends "layout.html" %} {% block content %} {% if 'result' in template_info %}
{% for cls in template_info['result']['ordered_classes'] %} {{ cls }} {% endfor %}
Vintage & Unique Weapons
{% for cls in template_info['result']['ordered_classes'] %}
{% if template_info['result']['weapons'][cls]['standard'] %} {% for wep in template_info['result']['weapons'][cls]['standard']|sort %}
{{ wep }} {% if template_info['result']['weapons'][cls]['standard'][wep]['v_count'] and template_info['result']['weapons'][cls]['standard'][wep]['nv_count'] %} x{{ template_info['result']['weapons'][cls]['standard'][wep]['v_count'] }} x{{ template_info['result']['weapons'][cls]['standard'][wep]['nv_count'] }} {% elif template_info['result']['weapons'][cls]['standard'][wep]['v_count'] %} x{{ template_info['result']['weapons'][cls]['standard'][wep]['v_count'] }} {% elif template_info['result']['weapons'][cls]['standard'][wep]['nv_count'] %} x{{ template_info['result']['weapons'][cls]['standard'][wep]['nv_count'] }} {% endif %}
{% endfor %} {% else %}   {% endif %}
{% endfor %}

{% for cls in template_info['result']['ordered_classes'] %}
{{ template_info['result']['weapons'][cls]['total_nv_count'] }} NV =
{{ template_info['result']['weapons'][cls]['total_nv_count'] / 2 }}
{{ template_info['result']['weapons'][cls]['total_v_count'] }} V =
{{ template_info['result']['weapons'][cls]['total_v_count'] / 2 }}
{{ template_info['result']['weapons'][cls]['total_s_count'] }} Special
{% endfor %}
Special Weapons
{% for cls in template_info['result']['ordered_classes'] %}
{% for spec_wep in template_info['result']['weapons'][cls]['special']|sort %} {{ spec_wep[0] }} {% endfor %}
{% endfor %}
Numbers
Total # of weapons: {{ template_info['result']['nv_all_count'] + template_info['result']['v_all_count'] }} ({{ (template_info['result']['nv_all_count'] + template_info['result']['v_all_count']) / 2}} scrap)  • Non-vintage: {{ template_info['result']['nv_all_count'] }}  • Vintage: {{ template_info['result']['v_all_count'] }}
# of Primary Weapons: {{ template_info['result']['nv_primary_count'] + template_info['result']['v_primary_count']}} ({{ (template_info['result']['nv_primary_count'] + template_info['result']['v_primary_count']) / 3 }} tokens)  • Non-vintage: {{ template_info['result']['nv_primary_count'] }}  • Vintage: {{ template_info['result']['v_all_count'] }}
# of Secondary Weapons: {{ template_info['result']['nv_secondary_count'] + template_info['result']['v_secondary_count']}} ({{ (template_info['result']['nv_secondary_count'] + template_info['result']['v_secondary_count']) / 3 }} tokens)  • Non-vintage: {{ template_info['result']['nv_secondary_count'] }}  • Vintage: {{ template_info['result']['v_secondary_count'] }}
Notes
{% endif %} {% endblock content %} {% block javascript %} {% endblock javascript %} {% block css %} {% endblock css %}