{% extends "layout.html" %} {% block title %}{{ _('License') }}{% endblock %} {% block navlinks_system %}class="active"{% endblock %} {% block main %}

{{ _('License') }}

{% if info is defined %}

{{ _('License status') }}

{% if info['status'] == 'active' %} {{ _('License is active') }} {% elif info['status'] == 'expired' %} {{ _('Expired') }} {% endif %}

{{ _('Product name') }}

{{ info['product'] }}

{{ _('License Key') }}

{{ info['licensekey'] }}

{{ _('Purchase date') }}

{{ info['purchased'] }}

{{ _('Expire date') }}

{{ info['expired'] }} {% if info['expired'] == '2099-12-31' %} ({{ _('Lifetime license') }}) {% endif %}

{{ _('License owner(s)') }}

{{ info['contacts'] }}

{{ _('Latest version') }}

{{ info['latestversion'] }} ({{ _('You are running version %s') |format(version |e) }})
{% endif %} {% if error is defined %} {{ _('Error while getting license info:') }} {{ error |e }} {% endif %}
{# col2-3 #} {% if info is defined %}
{# col1-3 #} {% endif %}
{# columns #}
{# box-wrap #}
{# box-body #}
{# content-box #} {% endblock main %}