{% from "macros.html" import with_errors %} Install {{ app_name | capitalize }}

Install {{ app_name | capitalize }}

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