{% extends "base.html" %} {% block title %}Edit metadata for {{ target_type }} {% if database %}{{database}}{% endif %}{% if table %}/{{ table }}{% endif %}{% endblock %} {% block content %}

Editing {% if target_type == "index" %} Root-level {% elif target_type == "database" %} {{database}} {% elif target_type == "table" %} {{database}}/{{table}} {% elif target_type == "index" %} {{database}}/{{table}}/{{column}} {% endif %} Metadata

{% if target_type == "index" %}

{% endif %}



{% if target_type == "database" or target_type == "table" or target_type == "column"%} {% endif %} {% if target_type == "table" or target_type == "column"%} {% endif %} {% if target_type == "column"%} {% endif %}
{% endblock %}