{{ user.first_name }} {{ user.last_name }}
{% if user.discipline %}{{ user.discipline }}
{% endif %}{% trans "Hometown" %}
{{ user.hometown_fr }}
{% endif %} {% if user.home_mountain_fr %}{% trans "Home mountain" %}
{{ user.home_mountain_fr }}
{% endif %} {% if user.bio_fr %}{% trans "A bit about myself" %}
{{ user.bio_fr }}
{% endif %} {% if user.greatest_accomplishment_fr %}{% trans "One of my greatest accomplishments" %}
{{ user.greatest_accomplishment_fr|safe }}
{% endif %} {% if user.favourite_place_fr %}{% trans "The best kept secret about my home mountain" %}
{{ user.favourite_place_fr }} {% endif %} {% if user.shout_outs_fr %}
{% trans "My own words of wisdom" %}
{{ user.shout_outs_fr }} {% endif %}