{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "My Subscription" %}{% endblock %} {% load static i18n %} {% block css %} {% endblock %} {% block content %}

{% trans "My Subscription" %}

{% endblock %}

My Subscripti n

Responsive Pricing Tables

Resize the browser window to see the effect.

{% for product in products %}
{% endfor %}
{% endblock %}