{% spaceless %}{{ include("header.html") }}
{% if get("status") == 'confirmed' %} {% endif %} {% if get("status") == 'pending' %} {% endif %} {% if get("status") == 'cancelled' %} {% endif %}

{{ _get("content") }}

{{ l("continue")}}
{{ include("footer.html") }}{% endspaceless %}