{% extends "layout.html" %} {% block content %}
weapon_tool
Weapon Stock
There are so many weapons nowadays! See which ones you are missing
{% if 'result' in template_info %} {% for cls in template_info['result']['ordered_classes'] %}
{{ cls }}
{% for category in ['essential', 'alternative'] %} {% if template_info['result'][cls][category]|count > 0 %}
{{ category|title + (' '*30)|safe }} {% for wep in template_info['result'][cls][category]|sort %}
{{ wep }} {{ wep }}
{% endfor %}
{% endif %} {% endfor %}
{% endfor %} {% else %} {% endif %} {% endblock content %} {% block adstrip %} {% if 'result' in template_info %}
{% endif %}
{% endblock adstrip %} {% block css %} {% endblock css %}