{% endif %}
{% if user == object %}
{% if not object.has_contact_details or not object.bio %}
{% trans 'Show others who you are, tell about yourself and make your public profile look gorgeous!' %}
{% endif %}
{% endif %}
{% endif %}
{% else %}
{% if object.is_anonymous %}
{% trans 'Some translations are provided by anonymous volunteers. These are registered under this special meta-account.' %}
{% elif object.is_system %}
{% trans 'Some translations are imported from external files. These are registered under this special meta-account.' %}
{% else %}
{{ object.bio }}
{% endif%}