{# Custom site profile data #} {% load formfieldvalue %} {% load withblock %} {% load i18n %} {% if profileform or profiledata %}

{% blocktrans with member.display_name as name %} More About {{ name }} {% endblocktrans %}

{% if profileform %}
{% else %} {% if profiledata %} {% endif %} {% endif %}
{% endif %}