{% load i18n %}
{% trans "Name" %}: {{ profile.name }}
{% endif %} {% if profile.about %}{% trans "About" %}: {{ profile.about }}
{% endif %} {% if profile.location %}{% trans "Location" %}: {{ profile.location }}
{% endif %} {% if profile.website %}{% trans "Website" %}: {{ profile.website }}
{% endif %}