Milliseid inimesi ootan oma piksliteks?
{% if mentor.description.first %}
{% for descriptionLine in mentor.description %}
{% if descriptionLine == '' %}
{% else %}
{{ descriptionLine }}
{% endif %}
{% endfor %}
{% else %}
{{ mentor.description }}
{% endif %}
Milline Lapik olen ise?
{% if mentor.activities.first %}
{% for activitiesLine in mentor.activities %}
{% if activitiesLine == '' %}
{% else %}
{{ activitiesLine }}
{% endif %}
{% endfor %}
{% else %}
{{ mentor.activities }}
{% endif %}
{% endfor %}
-->