{% extends 'core/base/base.html' %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% block content %}
Projects {% if project.label %}{{ project.label }}{% else %}New Project{% endif %} Tables {% if table.label %}{{ table.label }}{% else %}New Table{% endif %}

{{ table.label }}

Add a Column

Column Label
Column Type
Column Position
{% endblock %} {% block script %} {% endblock %}