{% extends "base.html" %} {% block title %}{{ t('payment_new.title') }} — painfree{% endblock %} {% block body %}
{{ t('payment_new.lede') }}
{# The two refusals an operator can hit before the bank is involved -- the model's own shape rules and the Swiss Payment Standards rules -- render as one list. To the person fixing them they are the same kind of problem, and the location is the name of the input they typed into. #} {% if failures %}| {{ t('payment_new.field') }} | {{ t('payment_new.problem') }} |
|---|---|
{{ failure.location }} |
{{ failure.message }} {{ failure.rule }} |
{{ t('payment_new.not_initialised_body') }}