{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load compress %} {% load html_signal %} {% load i18n %} {% load static %} {% block title %}{% translate "Your Profile" %} :: {% endblock %} {% block content %} {% if profile_form.biography %} {# do not compress #} {% endif %} {% 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" %}