{% extends 'layouts/layout_tcg.html' %} {% block page_head %} {% endblock %} {% block page_body %} {#

Decks

#}
{{ model.form_filters.hidden_tag() }}
{{ model.form_filters.active_only() }} {{ model.form_filters.active_only.label(class="tcg-label") }}
{{ model.form_filters.is_commander() }} {{ model.form_filters.is_commander.label(class="tcg-label") }}
{% set block_id = 'buttons_table_default' %} {% include 'components/common/buttons/_buttons_save_cancel.html' %}
{# {% set block_id = 'container_buttons_save_cancel' %} {% include 'components/common/buttons/_buttons_save_cancel.html' %} #}
{% set is_blank_row = False %} {% for deck in model.decks %} {% include 'components/tcg/_row_deck.html' %} {% endfor %}
Name Is Commander Commander Bracket {% set class_name = model.FLAG_ACTIVE %} {% set attribute_text = '' %} {% include 'components/common/buttons/_icon_add.html' %}

Statistics

{% for statistic in model.statistics %} {% endfor %}
Deck Name Value
{{ statistic.entity_record_name }} {{ statistic.name }} {{ statistic.get_formatted_value() }}
{% include 'components/common/temporary/_overlay_confirm.html' %} {% include 'components/common/temporary/_overlay_error.html' %}
{% set class_name = '' %} {% include 'components/common/buttons/_icon_trash.html' %} {% set class_name = model.FLAG_ACTIVE %} {% set attribute_text = '' %} {% include 'components/common/buttons/_icon_add.html' %}
{% endblock %}