{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Signed out{% endblock title %} {% block content %}
Signed out
{% if messages %} {% for message in messages %} {% endfor %} {% else %} {% endif %}

Thanks for spending some time with the Web site today.

© Anttek.io. Crafted with by Anttek.io dev team

{% endblock content %}