{% extends "layout.html" %} {% block styles %} {% endblock %} {% block body %} {% for field in fields %} {% if not field.endswith('_id') %} {% endif %} {% endfor %}
{{ field }}
{% endblock %} {% block scripts %} {% endblock %}