{% extends 'votebase/base.html' %} {% load i18n %} {% block title %}{% trans 'Package' %}{% endblock %} {% block content_title %} {% trans 'Back' %}{% trans 'Package' %} {% endblock %} {% block body_class %}package{% endblock %} {% block content %}
{% include 'accounts/helpers/sidebar.html' with active='profile' reversed=1 %}
{% include 'accounts/helpers/tabs.html' with active='package' %} {% trans 'Your currently active package' %}: {{ request.user.get_profile.get_package_display }}
{% trans 'Monthly fee' %}: {{ request.user.get_profile.get_monthly_fee }} {% trans 'EUR per month' %}
{% if request.user.get_profile.package != request.user.get_profile.PACKAGE_BASIC %} {% trans 'Valid to' %}: {{ request.user.get_profile.package_valid_to }} {% endif %}

{% endblock %}