{% extends 'apps_base.html' %} {% block title %}Tables{% endblock %} {% block apps_base_title %}Manage your tables{% endblock %} {% block apps_base_content %} {% if no_workplaces %} {% else %}
Created Tables
Add a new table
{% if no_table_records %} {% else %} {% for table in table_records %} {% endfor %}
Name Date Creator
{{ table.name }} {{ table.date }} {{ table.creator }}
{# Pagination #} {% endif %} {% endif %} {% endblock %} {% block apps_base_scripts %} {% endblock %}