summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-31 16:12:58 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-02 22:35:10 +0200
commite22d7e82c8aac8a4355333959289522d58996504 (patch)
tree51a707d337ecf99b7dd44394e89e9144d7e935ac
parentb3dff85197509a566a1bddf16224fec206c37c4a (diff)
downloadtaler-ops-www-e22d7e82c8aac8a4355333959289522d58996504.tar.gz
taler-ops-www-e22d7e82c8aac8a4355333959289522d58996504.tar.bz2
taler-ops-www-e22d7e82c8aac8a4355333959289522d58996504.zip
indentation
-rw-r--r--template/fees.html.j224
1 files changed, 16 insertions, 8 deletions
diff --git a/template/fees.html.j2 b/template/fees.html.j2
index 5cb7c53..cb23b7a 100644
--- a/template/fees.html.j2
+++ b/template/fees.html.j2
@@ -86,11 +86,13 @@
</div>
<div class="flex flex-col md:flex-row justify-center gap-12">
<p class="flex-1">
- {% trans %} Merchants can set the merchant backend if they want to
+ {% trans %}
+ Merchants can set the merchant backend if they want to
cover customary fees. The backend will then over-approximate typical
deposit and wire fees, ensuring that customers virtually never have to
pay deposit fees. The following curve shows the customary fees for
- different net transaction amounts. {% endtrans %}
+ different net transaction amounts.
+ {% endtrans %}
</p>
<a
href="{{ url_static('images/stefan.svg') }}"
@@ -114,18 +116,22 @@
</h2>
<div class="toggle-content">
<p>
- {% trans %} A <b>bounce fee</b> of <b>0.1&nbsp;CHF</b> is charged by
+ {% trans %}
+ A <b>bounce fee</b> of <b>0.1&nbsp;CHF</b> is charged by
Taler Operations to wire transfers that return funds to customers when
either the Taler wallet did not withdraw the amount after
<b>4 weeks</b>, or immediately if a wire transfer subject was used that
is missing the required code to associate a wallet with the wire
transfer. The fee is deducted from the amount transferred back to the
- original account. {% endtrans %}
+ original account.
+ {% endtrans %}
</p>
<p>
- {% trans %} To avoid paying bounce fees payers should be careful when
+ {% trans %}
+ To avoid paying bounce fees payers should be careful when
entering the wire transfer subject, and ensure that their wallet is
- online within a month of initiating the withdrawal. {% endtrans %}
+ online within a month of initiating the withdrawal.
+ {% endtrans %}
</p>
</div>
</section>
@@ -136,13 +142,15 @@
</h2>
<div class="toggle-content">
<p>
- {% trans %} Taler eCHF is issued by Taler Operations with a
+ {% trans %}
+ Taler eCHF is issued by Taler Operations with a
<b>1&nbsp;year</b> validity period. One month before the expiration
date, you wallet should automatically exchange any eCHF that are about
to expire for new eCHF with an extended validity period. However, if
your wallet is offline for an extended period of time, it may be unable
to do so. Ensure your wallet is regularly online to avoid losing money
- due to expiration! {% endtrans %}
+ due to expiration!
+ {% endtrans %}
</p>
</div>
</div>