{% load i18n %}
{% if object.age %}{{ object.age }} years old{% endif %}{% if object.gender %} {{ object.get_gender_display }}{% endif %} {% firstof object.occupation %}
{% if object.location %}{% trans 'from' %} {{ object.location }}{% if object.country %} ({{ object.get_country_display }}){% endif %}{% endif %}
{% blocktrans with object.user.date_joined|date as date %}joined {{ SITE_NAME }} on {{ date }}{% endblocktrans %}