{% extends 'base.html' %}
{% block title %}Profile{% endblock %}
{% block content %}
Profile
Start Date: {{ subscription.start_date|date:"Y-m-d" }}
End Date: {{ subscription.end_date|date:"Y-m-d" }}
{% else %}No active subscription.
{% endif %}