{% extends 'base.html' %} {% block title %}Error{% endblock %} {% block body %}
Page is invalid - {{error}}
{% if frequency is defined %}
Press here to login in the platform.
{% else %}
Press here to return to the platform.
{% endif %}
{% endblock %}