{% extends "base.html" %} {% block content %}
{% if error is not empty %}

{{ include(template_from_string(lang.invaliduser)) }}

{% endif %}
{% endblock %}