{% extends "user.html" %} {% load i18n %} {% load extra_tags %} {% load humanize %} {% block userjs %} {% endblock %} {% block usercontent %}

{% if not manage_open %}
{% include "users/subscriptions_settings.html" %}
{% endif %} {% if manage_open %}
{% include "users/subscriptions_management.html" %}
{% endif %} {% endblock %}