{{ user.first_name }} {{ user.last_name }}
{% if user.discipline %}{{ user.discipline }}
{% endif %}{% trans "Hometown" %}
{{ user.hometown }}
{% endif %} {% if user.home_mountain %}{% trans "Home mountain" %}
{{ user.home_mountain }}
{% endif %} {% if user.bio %}{% trans "A bit about myself" %}
{{ user.bio }}
{% endif %} {% if user.greatest_accomplishment %}{% trans "One of my greatest accomplishments" %}
{{ user.greatest_accomplishment|safe }}
{% endif %} {% if user.favourite_place %}{% trans "The best kept secret about my home mountain" %}
{{ user.favourite_place }} {% endif %} {% if user.shout_outs %}
{% trans "My own words of wisdom" %}
{{ user.shout_outs }} {% endif %}