{% extends 'account_layout.html' %} {% load i18n %} {% load staticfiles %} {% block headers %} {% endblock %} {% block account_content %}
{% if user_motd %}

{{ user_motd | safe }}

{% endif %}

{% trans 'Account' %} : {{user.username}}

{% if subscription %} {% if subscription.status == 'active' %} {% else %} {% endif %} {% elif user.vpnuser.is_paid %} {% elif user.vpnuser.can_have_trial %}
{% csrf_token %}

{% else %} {% endif %}
{% if not subscription %}
{% endif %}

{% blocktrans trimmed %} Get two weeks for free for every referral that takes at least one month! {% endblocktrans %} {% trans 'Share this link' %}:

{% trans 'tweet' %} banner leaderboard

{% endblock %}