{% extends "superset/base.html" %} {% block editModal %} {% for chart in charts %} {% if not chart.status == "deleted" %} {% endif %} {% endfor %} {% endblock editModal %} {% block imgPreviewModal %} {% for chart in charts %} {% endfor %} {% endblock imgPreviewModal %} {% block subheading %}
{% endblock subheading %} {% block mainContent %}
{% for chart in charts %} {% endfor %}
ID Tags Airflow runs Title Last modified by Chart Type Created by Owners Actions
{% for tag in chart.tags %} {% endfor %} {% if chart.status == "unspecified" %} N/A {% else %} Airflow logo {{chart.task.run_id}} {% endif %} {% if chart.status == "unspecified" %} {{chart.title}} {% else %} {{chart.title}} {% endif %} {{chart.last_saved_by}} {{chart.type}} {{chart.created_by}} {% for owner in chart.owners %} {% endfor %} {% if chart.status == "unspecified" %} Edit naming {% else %} Preview available {% endif %}
{% endblock mainContent %}