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.
 
 
 
 

13 lignes
307 B

  1. {% extends "templates/web.html" %}
  2. {% block title %}{{ _("Payment Cancelled") }}{% endblock %}
  3. {%- block header -%}
  4. <h2>{{ _("Payment Cancelled") }}<h2>
  5. {% endblock %}
  6. {%- block page_content -%}
  7. <p>{{ _("You have cancelled the payment") }}</p>
  8. <p><br><a href="/">Back to home page</a></p>
  9. {% endblock %}