{% extends "core/base.jinja" %} {% from "core/macros.jinja" import show_slots, show_tokens, user_subscription %} {%- block additional_css -%} {%- endblock -%} {% block title %} {% trans user_name=profile.get_display_name() %}{{ user_name }}'s profile{% endtrans %} {% endblock %} {% block content %}
{% 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() }} |