{% extends 'BazookasAdminBundle:Layout:authentication.html.twig' %} {% trans_default_domain "admin" %} {% set titleTranslationKey = 'admin.title.resetting' %} {% block panelSubTitle %} {% trans from 'messages' %}user.resetting.reset.title{% endtrans %} {% endblock %} {% block panelBody %} {% include "FOSUserBundle:Resetting:reset_content.html.twig" %} {% endblock %} {% block links %} {% trans %}user.resetting.login{% endtrans %} {% endblock %}