{% extends "base.html" %} {% from "macros.html" import with_errors %} {% block title %}Install {{ app_name }} {{ super() }}{% endblock %} {% block content %}

Install {{ app_name }}

{% for field in form %} {{ field.label() }} {{ with_errors(field, style='font-weight: bold') }} {% endfor %}
{% endblock content %}