{% extends "./inc/base.html" %} {% block content %}

{{modelname}} {{controller.meta_title}}

{%for v in list%} {%set index = loop.index%}
{{v['Create Table']| nl2br | safe}}
{%endfor%}
{% endblock %}