{% extends 'layouts/base.html' %} {% load i18n %} {% load pyaa %} {% load pyaa_format %} {% load pyaa_status %} {% block content %} {% url 'account_profile' as url_account_profile %}
{% translate "model.field.price" %}: {{ subscription.plan.price|format_currency:subscription.plan.currency }}
{% translate "model.field.created-at" %}: {{ subscription.created_at }}
{% if subscription.expire_at %}{% translate "model.field.expire-at" %}: {{ subscription.expire_at }}
{% endif %}{% translate "model.field.status" %}: {{ subscription.get_status_display }}
{% if subscription.can_be_canceled %}