{% load i18n %} {% if profile.name %}
  • {% 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 %}