{% extends "dashboard/base.html" %} {% load static %} {% block title %} Emailgurus - Filter emails from your contact list {% endblock %} {% block content %} {% if view.kwargs.status == 'success' %}

You're all set!
The magic is now happening behind the curtains..

redirecting you to the dashboard...

{% else %}

Please try again by clicking on the button below

Connect with google

{% endif %} {% endblock %} {% block upgradable %} {%if request.user.subscription_status != 'subscribed' %}
Trial ends in: {{user.days_left}} days
{% endif %} {% endblock %}