{% extends "base.html" %} {% block title %}Edit tables in {{ database.name }}.db{% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database.name) }} {% endblock %} {% block content %}
{% for column in table.columns %}{{ column.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endfor %} {% endblock %}