{% extends "SonataUserBundle:Profile:action.html.twig" %} {% block menu %}
  • Dashboard
  • Profile
  • Booking
  • Wishlist
  • Travel Stories
  • Settings
  • {% endblock %} {% block sonata_profile_content %}
    {% if user.image %} img {% else %} img {% endif %} {##}
    EDIT PROFILE

    {{ user.firstname }} {{ user.lastname }}

    user name:
    {{ user.email }}
    first name:
    {{ user.firstname }}
    last name:
    {{ user.lastname }}
    Sexe:
    {% if user.gender == 'm' %}Masculin{% elseif user.gender =='f' %}Feminin{% else %}inconnu{% endif %}
    phone number:
    {{ user.phone }}
    Date of birth:
    15 August 1985
    Street Address and number:
    353 Third floor Avenue
    Town / City:
    Paris,France
    ZIP code:
    75800-875
    Country:
    United States of america

    About You

    {% if not user.biography is null %}{{ user.biography }}{% else %}Aucune biographie disponible{% endif %}


    Today’s Suggestions


    Your Previous Bookings

    Need Travelo Help?

    We would be more than happy to help you. Our team advisor are 24/7 at your service to help you.

    1-800-123-HELLO
    help@travelo.com

    Personal Details


    Contact Details


    Upload Profile Photo


    Describe Yourself

    {% endblock %}