{% extends "cfp/event/base.html" %} {% load form_media %} {% load html_signal %} {% load i18n %} {% block title %}{% translate "Your Profile" %} :: {% endblock title %} {% block scripts %}{% form_media %}{% endblock scripts %} {% block content %} {% html_signal "pretalx.cfp.signals.html_above_profile_page" sender=request.event request=request %}
{% translate "This data will be displayed publicly if your proposal is accepted. It is also visible to reviewers." %}
{% if questions_exist %}{% translate "You can change your login data here." %}
{% html_signal "pretalx.common.signals.profile_bottom_html" sender=request.event user=user %}