{% extends "base.html" %} {% block title %}Copy as {{ table_format }}{% endblock %} {% block extra_head %} {% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block content %}

Copy as {{ table_format }}

Formats: {% for format in table_formats %} {{ format.name }}{% if not loop.last %} · {% endif %} {% endfor %}

{% endblock %}