{% extends "base.html" %} {% block title %}{{ 'profile'|t }} - NetEvents{% endblock %} {% block content %}

{{ 'my_profile'|t }}

{{ 'profile_photo'|t }}

{% if attendee.profile_picture %} {{ 'profile_photo'|t }} {% else %} {{ 'profile_preview'|t }}
{% endif %}
100%
{% endblock %}