{% 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.

© {% skote_settings 'SKOTE_SITE_TITLE' %}. Crafted with by {% skote_settings 'SKOTE_SITE_DEVELOPER' %}

{% endblock content %} {% block extra_javascript %} {% endblock extra_javascript %}