diff --git a/dataedit/templates/dataedit/dataedit_tablelist.html b/dataedit/templates/dataedit/dataedit_tablelist.html index 8c74253ee..899742e52 100644 --- a/dataedit/templates/dataedit/dataedit_tablelist.html +++ b/dataedit/templates/dataedit/dataedit_tablelist.html @@ -1,5 +1,292 @@ {% extends "dataedit/filter.html" %} -{% block title %}- {{ topic }}{% endblock %} +{% block title %}- {{ schema }}{% endblock %} +{% block after-head %} + + + +{% endblock after-head %} {% block site-header %}
| Name | -Tags | -|||||
|---|---|---|---|---|---|---|
| - {% if table.human_readable_name %} - {{ table.human_readable_name }} - {% else %} - {{ table.name }} - {% endif %} - {% if table.date_updated %} - {{ table.date_updated.date.isoformat }} - {% endif %} - | -
- {% for tag in table.tags.all %}
- {{ tag.name }}
+
+
+
+
+
+
+
+
+
+ + Available Datasets {{ tables|length }} ++
+
+
+
+
+
|
Table ID: {{ table }}
+Dataset from the {{ schema }} schema.
+ +| Table Name | +{{ table }} | +
|---|---|
| Schema | +{{ schema }} | +