{{ _('Profile photo') }}
{% if not profile.is_complete %}
{% endif %}
{% if profile.photo %}
{% endif %}
{% if not profile.is_complete %}
{% endif %}
{% if profile.is_complete %} {{ privacy_field(basic_information_form.privacy_photo) }} {% else %} {{ privacy_field(registration_form.privacy_photo) }} {% endif %}