{% extends "base.html" %} {% import "_sections.html" as blocks %} {% block title %}{{ t(screen + '.title') }} - {{ t('app.title') }}{% endblock %} {% block content %}

{{ t(screen + '.title') }}

{% if screen == 'voice' %}

{{ t('voice.hint') }}

{% endif %} {% if missing %}

{{ t(screen + '.missing') }}

{% elif unreadable %}

{{ t('profile.unreadable') }}

{{ unreadable }}

{% else %} {% if problem %}

{{ t(problem) }}

{% endif %} {% if saved %}

{{ t('profile.saved') }}

{% endif %} {{ blocks.editor(sections, '/' + screen + '/section') }} {# The escape hatch, and the way out of a heading the file carries twice: the duplicate notice points here, so it has to exist on every screen that shows the notice. #}

{{ t('profile.whole_file') }}

{{ name }}
{% endif %} {% endblock %}