{% extends "base.html" %} {% from "components/alert.html" import Alert %} {% block content %}
Before continuing, you must complete your profile
', level='info' ) }} {% endif %} {% if form.errors %} {{ Alert('There were some errors', message="Please see below.
", level='error' ) }} {% endif %} {% if updated %} {{ Alert('User information updated.', level='success') }} {% endif %}