{% extends "base.html" %} {% block title %}yo{% endblock %} {% block extra_head %} {% 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 %}