{% extends "shared/base.html" %} {% block title %} MetaData {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}
{% for table in data %}
{% with obj=table %} {% include "components/metadatatable_cards.html" %} {% endwith %}
{% endfor %}
{% endblock %}