{% extends "project.html" %} {% block title %}Project - Tables{% endblock %} {% block project_actions %}
{% endblock %} {% block project_content %} {% if project.nodes | length == 0 %} {% endif %} {% for table_name in project.nodes %} {% endfor %}
Table Name
No results
{{ table_name }}
{% endblock %}