diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index f7c67d5f..94382e58 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -117,7 +117,7 @@ {% if user.notifications.filter(viewed=False).count() > 0 %} {% for n in user.notifications.filter(viewed=False).order_by('-date') %}
{% trans %}Subscription start{% endtrans %} | +{% trans %}Subscription end{% endtrans %} | +{% trans %}Subscription type{% endtrans %} | +{% trans %}Payment method{% endtrans %} | +
---|---|---|---|
{{ sub.subscription_start }} | +{{ sub.subscription_end }} | +{{ sub.subscription_type }} | +{{ sub.get_payment_method_display() }} | +