{% if error > 0 %}

Error

{% if error == 1 %} Card not registered, or wrong password {% elif error == 2 %} Missing or malformed access code {% elif error == 3 %} Failed to create user {% elif error == 4 %} Arcade not found {% elif error == 5 %} Machine not found {% else %} An unknown error occoured {% endif %}
{% endif %}