{% extends "cfp/event/base.html" %} {% load compress %} {% load html_signal %} {% load i18n %} {% load static %} {% block title %}{% translate "Your Profile" %} :: {% endblock title %} {% block cfp_header %} {% include "cfp/includes/forms_header.html" %} {% compress js %} {% endcompress %} {% endblock cfp_header %} {% 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 log in data here." %}
{% include "common/user_api_token.html" %}