{% extends "base.html" %} {% load i18n static wger_extras crispy_forms_tags %} {% block title %}{% translate "Preferences" %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% crispy form %} {% endblock %} {% block sidebar %} {% if user.userprofile.email_verified %}
{% translate "Verified email" %}
{% else %}
{% translate "Unverified email" %}
{% translate "Send verification email" %}
{% translate "You need to verify your email to contribute exercises" %}
{% endblock %} {# #} {# Options #} {# #} {% block options %}