{% extends 'base.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} {% for form in forms %} {{ wtf.quick_form(form, method='post', button_map={'modify': 'primary', 'delete': 'danger'}) }} {% endfor %} {% endblock %}