{% if workspace.display_name.is_empty() %} Untitled Workspace {% else %} {{ workspace.display_name }} {% endif %}

  • PostgreSQL credentials
  • Workspace settings
  • All workspaces
  • Tables

    {%- for rel in relations %}
  • {{ rel.name }}

  • Table settings
  • Portals

    {% for portal in rel.portals %}
  • {{ portal.name }}
  • Portal settings
  • Form
  • {% endfor %}
  • {% endfor -%}