{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load static %} {% block custom_header %}{% endblock %} {% block title %}{% trans "Automatic Import" %}{% endblock %} {% block content %}
{% trans "No active bank connection." %}
{% endif %}{% blocktrans trimmed with date=connection.created|date:"SHORT_DATETIME_FORMAT" %} Connected since {{ date }} {% endblocktrans %}
{% if expires %}{% blocktrans trimmed with date=expires|date:"SHORT_DATE_FORMAT" %} Bank link expires on {{ date }}. {% endblocktrans %}
{% endif %} {% if accounts %}{% for account in accounts %} {% if account.is_active %} {{ account.account_name }}{% if account.iban %} · {{ account.iban }}{% endif %} {% endif %} {% endfor %}
{% endif %}{% blocktrans trimmed with name=connection.aspsp_name %} Please complete bank authorization for {{ name }}. If you have not been redirected yet, click the button below. {% endblocktrans %}
{% if connection.auth_link %} {% trans "Continue to bank authorization" %} {% endif %}| {% trans "ID" %} | {% trans "Created" %} | {% trans "State" %} | {% trans "Currency" %} |
|---|---|---|---|
| #{{ job.pk }} | {{ job.created|date:"SHORT_DATETIME_FORMAT" }} | {{ job.get_state_display }} | {{ job.currency }} |
{% trans "No import jobs yet." %}
{% endif %}