{% extends env.cfg.general.base_template %} {% block content %} {% if can_quit %}

{% else %}

{{ env.lang_dict(de='Die Anwendung kann vom Client nicht beendet werden (Python 2.6 und neuer benötigt). Schließen Sie das Browserfenster und das Eingabefenster mit dem Serverprozess.', en='The application cannot be terminated by the client (Python 2.6 and newer required). Close the browser window and the command window containing the server process.') }}

{% endif %} {% endblock %}