{% extends "studio/base.html" %} {% block studio_title %}Data{% endblock %} {% block studio_content %}
Browse and edit live database rows
| {{ col.name }} {% if col.primary_key %}*{% endif %} | {% endfor %}Actions |
|---|---|
| {{ val if val is not none else "" }} | {% endfor %}
|