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

{{ 'my_profile'|t }}

{{ 'profile_photo'|t }}

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