{% extends "base.html" %} {% block title %}Copy as {{ table_format }}{% endblock %} {% block extra_head %} {% endblock %} {% block nav %}
home / {{ database }}{% if table %} / {{ table }}{% endif %}
{{ super() }} {% endblock %} {% block content %}Formats: {% for format in table_formats %} {{ format.name }}{% if not loop.last %} · {% endif %} {% endfor %}
{% endblock %}