{% 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 %}