{% extends 'accounts/edit_profile/base.html' %} {% load crispy_forms_tags %} {% load i18n %} {% block tab_content %} {% if form.fields %} {% crispy form %} {% endif %}

{% translate "Your age will be visible to your matches on Speedy Match." %}

{% translate 'Change privacy settings of email addresses on your profile.' context request.user.get_gender %}

{% endblock %}