{% extends "layouts/default.html" %} {% block title %}{_ "Deck List" _}{% endblock %} {% block content %} {% include "tabs-js.html" %}
{{ token | safe }}
{% include "decks/deck-menu-bar.html" %}
{% if id %}
{% endif %}
{% if id %}
{% include "decks/deck-controls.html" %}
{% endif %} {% endblock %}