{% extends "base.html" %} {% import "_copy.html" as copy %} {% import "_sections.html" as blocks %} {% block title %}{{ t('profile.title') }} - {{ t('app.title') }}{% endblock %} {% block content %}
{{ t('profile.hint') }}
{% if missing %}{{ t('profile.missing') }}
{% elif unreadable %}{{ t('profile.unreadable') }}
{{ unreadable }}
{{ t(problem) }}
{% endif %} {% if saved %}{{ t('profile.saved') }}
{% endif %}{{ t('profile.status_hint') }}
{% if status %} {% endif %} {{ blocks.editor(sections, '/profile/section') }}