{% 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." %}
{% endblock %}