{% extends 'BazookasAdminBundle:Layout:authentication.html.twig' %} {% set titleTranslationKey = 'admin.title.resetting' %} {% block panelSubTitle %} {% trans from 'messages' %}user.resetting.request.title{% endtrans %} {% endblock %} {% block panelBody %} {% import 'BazookasAdminBundle:Macros:_forms.html.twig' as forms %} {% if invalid_username is defined %}
{% trans with {'%username%': invalid_username} from 'FOSUserBundle' %} resetting.request.invalid_username {% endtrans %}
{% endif %}
{{ forms.form_group( 'username', 'text', null, 'user.resetting.request.username', 'fa fa-user', true, true ) }}
{% endblock %} {% block links %} {% trans %}user.resetting.login{% endtrans %} {% endblock %}