{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Signed Out{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block content %}

5k+ Satisfied clients

{% 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 %} {% block extra_javascript %} {% endblock extra_javascript %}