{% extends "base.html" %} {% import "_jobs.html" as parts with context %} {% import "_bank.html" as bank with context %} {% block title %}{{ connection.connection_id }} — painfree{% endblock %} {% block body %}
{{ connection.connection_id }}{{ connection.key_state.value }} {{ t('key_state.' ~ connection.key_state.value) }}
{% if updated %}| HostID | {{ connection.host_id }} |
| PartnerID | {{ connection.partner_id }} |
| UserID | {{ connection.user_id }} |
| {{ t('connections.host_url') }} | {{ connection.host_url }} |
| {{ t('connection.ebics_version') }} | {{ connection.ebics_version }} |
| {{ t('connection.product') }} | {{ connection.product.name if connection.product else '—' }} |
| {{ t('connection.letter_quotes') }} | {{ connection.letter_digest.value }} |
| {{ t('connection.request_eds') }} | {% if connection.request_eds %}{{ t('connection.request_eds_on') }} {% else %}{{ t('connection.request_eds_off') }}{% endif %} |
| INI | {% if connection.ini_sent %}{{ t('connection.sent_order_id') }}
{{ connection.ini_order_id or '—' }}{% else %}{{ t('connection.not_sent') }}{% endif %} |
| HIA | {% if connection.hia_sent %}{{ t('connection.sent_order_id') }}
{{ connection.hia_order_id or '—' }}{% else %}{{ t('connection.not_sent') }}{% endif %} |
| {{ t('connection.can_submit') }} | {{ t('common.yes') if connection.initialised else t('common.no') }} |
| {{ t('connection.registered') }} | {{ connection.created_at | moment }} |
| {{ t('order.scheme') }} | {{ t('order.attempt_btf') }} | {{ t('order.attempt_payment_type') }} | {{ t('schemes.ceiling') }} |
|---|---|---|---|
{{ name }} {{ t('scheme.' ~ name) }}
{% if name == connection.schemes.default.value %}
{{ t('schemes.default') }}{% endif %} |
{{ profile.btf_summary() }} |
{% if profile.payment_type_summary() %}{{ profile.payment_type_summary() }}
{% else %}{{ t('schemes.none') }}{% endif %} |
{% if profile.max_amount %}{{ profile.max_amount | amount('') }}{% else %}—{% endif %} |
{{ t('schemes.instant_unavailable') }}
{% endif %}{{ t('schemes.refusal_codes') }}:
{{ connection.schemes.instant_refusal_codes | join(' ') }}
{{ t('connection.no_keys') }}
{% endif %}{{ t('connection.no_bank_keys') }}
{% endif %}| {{ t('orders.order') }} | {{ t('common.state') }} | {{ t('connection.bank') }} | {{ t('orders.accepted') }} |
|---|---|---|---|
{{ row.order_id }} |
{{ row.state.value }} | {% if row.return_code %}{{ row.return_code }}
{{ bank.quiet(row.report_text) }}{% else %}—{% endif %} |
{{ row.accepted_at | moment }} |
{{ t('connection.no_orders') }}
{% endif %} {% else %}{{ t('connection.orders_need_scope') }}
{% endif %}