{% extends "layout.twig" %} {% block title %}{% trans "login to your poche" %}{% endblock %} {% block content %}

{% trans "login to your poche" %}

{% if constant('MODE_DEMO') == 1 %}

{% trans "you are in demo mode, some features may be disabled." %}

{% endif %}
{% trans "(Do not check on public computers)" %}
{% endblock %}