{% extends "base.html" %} {% block title %}{{ t('status_codes.title') }} — painfree{% endblock %} {% block body %}

{{ t('status_codes.heading') }}

{{ t('status_codes.lede') }}

{{ t('status_codes.levels') }}

{{ t('status_codes.terminal') }}

{# The code and the ISO 20022 name are the standard's own and are shown as the standard writes them. The meaning beside each is this service's gloss, and the gloss is what a locale changes. #} {% for code in codes %} {% endfor %}
{{ t('status_codes.code') }}{{ t('status_codes.iso_name') }} {{ t('status_codes.meaning') }}{{ t('status_codes.becomes') }}
{{ code.code }} {{ code.name }} {{ t.maybe('status_code.' ~ code.code, code.meaning) }} {% if code.outcome == 'no change' %}{{ t('order.no_change') }}{% else %}{{ code.outcome }}{% endif %}

{{ t('status_codes.unknown') }}

{{ t('status_codes.part_heading') }} {{ t('status_codes.part_body') }}

{{ t('status_codes.not_ebics_heading') }} {{ t('status_codes.not_ebics_body') }}

{% endblock %}