{% extends "body_base.html" %} {% block main %} Account Settings Email API key {% block api_key_section %} {% if user.api_key %} Download iOS shortcut {% else %} Create API-Key {% endif %} {% endblock %} Timezone {% block timezone_section %} {% for tz in timezones %} {{ tz }} {% endfor %} {% endblock %} Verify Email Change Password Delete Account {% endblock %}