{% spaceless %}{{ include("header.html") }}
{{ include("head_menu.html") }} {{ include("main_menu.html") }} {{ include("ads_col1.html") }} {% set items = get("items") %}
{% set items = get("items") %} {% if items %} {% for item in items %} {% set color = "azure" %}
{% if item["featured"] == '1' %}
{% endif %}
{{ item.name }}
{{ currency_convert(item.price)|number_format(1, '.', ',') }}{{ current_currency()|upper }}
{{ plan_duration(item.duration) }} {% if s("exchange/source")|lower != "yes" %} {{ l("traffic_source") }} {% endif %} +{{ item.website_slots }} {{ l("website_slots") }} +{{ item.session_slots }} {{ l("session_slots") }} {{ item.traffic_ratio }}% {{ l("traffic_ratio") }} {% if s("geotarget/access")|lower != "free" %} {{ l("custom_useragent") }} {% endif %} {% if s("exchange/useragent")|lower != "free" %} {{ l("get_target") }} {% endif %} {{ l("instant_activation") }}
{% endfor %} {% else %}

{{ l("error_empty_items") }}

{% endif %}
{{ _get("pagination") }} {{ include("ads_col2.html") }}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}