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

{% else %}

Linking the account failed, please try again..

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