{% extends 'JobBoardBundle::managerLayout.html.twig' %} {% block godfatherMenuActive%}active{% endblock %} {% block username %}{{ username }}{% endblock %} {% block breadcrumb%}
  • Parrains/
  • Fiche
  • {% endblock %} {% block content %}
    {{ form_widget(authorize_form) }} {% if not godfather.authorized %} {% else %} {% endif %}

    Fiche parrain *{{ godfather.firstname|capitalize }} {{ godfather.lastname|capitalize }}

    Candidats

    Retour à la liste Modifier
    {{ form_widget(delete_form) }}
    {% endblock %}