{% extends "layouts/default.html" %} {% block title %}{_ "Select Card Sets" _}{% endblock %} {% block content %}
{{ token | safe }}
{% for card-sets in sets %}
{% endfor %}
{% endblock %}