{% extends 'base.html.twig' %} {% block body %} {% include 'breadcrumb.html.twig' %}
{% include "@FOSUser/Profile/edit_content.html.twig" %}
{% endblock body %} {% block javascripts %} {{ parent() }} {% endblock %}