add display for MetaData
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{% extends "shared/base.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>MetaData</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% with msg=msg %}
|
||||
{% include "components/alerts.html" %}
|
||||
{% endwith %}
|
||||
<div class="container">
|
||||
{% for table in data %}
|
||||
<div class="row">
|
||||
{% with obj=table %}
|
||||
{% include "components/metadatatable_cards.html" %}
|
||||
{% endwith %}
|
||||
<br>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user