{% load static %}
{% block title %}Eazee Sign{% endblock %}
{% if subscription %}
{{ days_left }} Days Left
View Plans
{% else %}
View Plans
{% endif %}
{% comment %} Get the first part of email before @ {% endcomment %} {% with user.email|cut:"@" as email_first %} {{ email_first|slice:":1" }} {% endwith %}
{% if user.is_authenticated %}
{% comment %} Get the first part of email before @ {% endcomment %} {% with user.email|cut:"@" as email_first %}
{{ email_first|slice:":1"|upper }}
{% endwith %}
{{ user.first_name }} {{user.last_name}}
{{ user.username }}
{% csrf_token %}
Logout
{% block content %}{% endblock %}