{% extends "theme::layouts/default" %} {% block content %}
{% include "theme::partials/messages" %}
{% if count(entries('advs').userSubscriptions()) != 0 %}

{{ trans('visiosoft.module.subscriptions::message.input_info_subdomain.message') }}www.******.com ( www.{{ trans('visiosoft.module.profile::field.sitename.name') }}.com )

{% set sites_form = form('sites').get() %} {{ form_open({ 'class': 'form ' ~ sites_form.options.class , 'enctype': 'multipart/form-data', 'url': 'cloudsite/sites/create' })|raw }} {{ sites_form.fields.subdomain|raw }} {{ sites_form.actions|raw }} {{ sites_form.close|raw }} {% for key,site in mysites %} {% endfor %}
# {{ trans('visiosoft.module.subscriptions::field.subdomain.name') }} {{ trans('visiosoft.module.subscriptions::field.plan.basic') }} {{ trans('visiosoft.module.subscriptions::field.actions.name') }}
{{ key+1 }}

{{ site.subdomain }}.openclassify.com

{{ site.getPlan(plan_id).name }} {{ trans('visiosoft.module.subscriptions::field.delete.name') }}
{% else %}
{{ trans('visiosoft.module.cloudsite::message.buy_subscription_warning.message') }} {{ trans('visiosoft.module.profile::field.go_subscriptions_page.name') }}
{% endif %}
{% for key,plan in plans %} {% set time = date(plan.ends_at).diff(date(plan.starts_at|date)) %} {% set trial = date(plan.trial_ends_at).diff(date(plan.starts_at|date)) %} {% endfor %}
# {{ trans('visiosoft.module.subscriptions::field.plan.subject') }} {{ trans('visiosoft.module.subscriptions::field.remaining_time.name') }} {{ trans('visiosoft.module.subscriptions::field.trial_time.name') }}
{{ key+1 }} {{ plan.name }}{{ time.days }} {{ trans('visiosoft.module.subscriptions::field.days.name') }}{{ trial.days }} {{ trans('visiosoft.module.subscriptions::field.days.name') }}
{% include "visiosoft.module.profile::profile/dock-right" %}
{{ form.close|raw }}
{{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/profile.js") }} {% endblock %}