{% extends 'crm/base.html' %} {% load static %} {% block extra_body_class %}squeeze-bg{% endblock extra_body_class %} {% block title %} Login {% endblock %} {% block container %}
Cloud Custom Solutions CRM
{% if request.GET.activation and request.GET.activation == 'success' %}

Account Activation Success, Please Login Now!

{% endif %} {% if request.GET.activation and request.GET.activation != 'success' %}

Account Activation Failed, Please contact support about this.

{% endif %} {% if request.GET.new_password %}

Please login with your new password!

{% endif %}

Login

[[ errors[0] ]]
Please enter a valid e-mail address.
Please check your password.
Remember me Forgot Password ?
Don’t have an account? Sign up now.
Multichannel
Communication
Event
management
SRM
IOT/AI
{% endblock container %} {% block extra_js %} {% endblock %}