{% extends "base.html" %} {% block content %} {% set pro_setting = {} %} {% for plugin in plugins %} {% if plugin.get('name')|lower == 'pro' %} {% if pro_setting.update({'method' : plugin.get('method', 'ui')}) %}{% endif %} {% for setting, value in plugin.get('settings').items() %} {% if setting == "PRO_LICENSE_KEY" %} {% if pro_setting.update({'value' : value.get('value', '')}) %}{% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% set attribute_name = "account" %}
{{ pro_info['message'] }}
{{ pro_services }} services allowed
{% endif %} {% if pro_expire %}License expiration date : {{ pro_expire }}
{% endif %}You have more services than your license allows. Delete or draft some services to reach the number of {{ pro_services }} services.