{% extends "sqladmin/layout.html" %} {% block content %}
{{ profile.group }}{{ g.sql }}
{# `error` is the message; `first_failure` is the Query that carried it. #}
{% if g.error %}
{% for frame in g.stack %}{{ frame }}
{% endfor %}