Listing 40.8. Odsyłacz do strony rejestracji
<div>
    ...
    {% render 'FOSUserBundle:Security:login' %}
    <h4>
      <a href="{{ path('fos_user_resetting_request') }}">
        Zapomniałeś hasło?
      </a>
    </h4>
</div>