{% extends "templates/base.html" %} {% block title %}Your account{% endblock %} {% block head_extra %}{% endblock %} {% block outer_content %}

Access Forbidden

{% if reason=="is_not_admin" %}

You need administrator rights to the account to access this feature.

{% elif reason=="is_technical" %}

You have "Technical" user access to this account. "Technical" users are denied access to some features. Contact your account administrator for more information.

{% elif reason=="is_only_personal" %}

This feature is accessible only by users with enterprise subscriptions for commercial use.

{% elif reason=="channel_account" %}

You are a channel account user. Channel users are not allowed to access this page.
Please contact your account administrator for more information, or go to the distributor's home page.

{% else %}

You need administrator rights to the account to access this feature.

{% endif %}
{% endblock %}