{% extends 'base.html' %} {% block title %} {{ SITENAME }} - Gwent Overview {% endblock %} {% block social_media_meta %} {% endblock %} {% block extra_css %} {% endblock extra_css %} {% block container %}

Gwent Decks

{% for a in articles|rejectattr('faction', 'undefined')|sort(attribute='name')|sort(attribute='faction')|sort(attribute='num_version', reverse = True) %} {% if a.category == "Gwent_Deck" %} {% endif %} {% endfor %}
Deck Gwent Version
{{ a.name }} {% if a.name != a.leader.name -%}({{ a.leader.name }}){%- endif%} {{ a.gwent_version }}
{% endblock %} {% block extra_js %} {% endblock %}