Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- {% extends "templates/web.html" %}
-
- {% block title %}{{ _("Payment Cancelled") }}{% endblock %}
-
- {%- block header -%}
- <h2>{{ _("Payment Cancelled") }}<h2>
- {% endblock %}
-
- {%- block page_content -%}
- <p>{{ _("You have cancelled the payment") }}</p>
- <p><br><a href="/">Back to home page</a></p>
- {% endblock %}
|