{% extends "./inc/base.html" %} {% block content %} {{modelname}} {{controller.meta_title}} {%for v in list%} {%set index = loop.index%} {{v.Table}} {%endfor%} {%for v in list%} {%set index = loop.index%} {{v['Create Table']| nl2br | safe}} {%endfor%} {% endblock %}
{{modelname}} {{controller.meta_title}}
{{v['Create Table']| nl2br | safe}}