{% extends "::base.html.twig" %} {% block title 'Confirm Your Account Credentials' %} {% block content_without_navbar %}
{% if app.session.flashbag.has('success') %} {{ include(flashbag_success_msg) }} {% endif %} {{ wrap.form(form, 'Confirm Your Account Credentials') }}
{% endblock %}