{% include 'header.twig' %}
{{ lang['subscriptions.id'] }} | {{ lang['subscriptions.username'] }} | {{ lang['subscriptions.quantity'] }} | {{ lang['subscriptions.posts'] }} | {{ lang['subscriptions.delay'] }} | {{ lang['subscriptions.service'] }} | {{ lang['subscriptions.status'] }} | {{ lang['subscriptions.created'] }} | {{ lang['subscriptions.updated'] }} | {{ lang['subscriptions.expiry'] }} | |
---|---|---|---|---|---|---|---|---|---|---|
{{ order['id'] }} | {{ order['link'] }} | {% if order['quantity_min'] == order['quantity_max'] %}{{ order['quantity_max']}}{% else %}{{ order['quantity_min'] }}-{{ order['quantity_max'] }}{% endif %} | {% if order['current_count'] %} {{ order['current_count'] }} {% else %} {{ order['current_count'] }} {% endif %} / {{ order['posts'] }} | {{ order['delay'] }} | {{ order['service'] }} | {{ order['status_name'] }} | {{ order['date_created'] }} | {{ order['date_updated'] }} | {{ order['date_expiry'] }} | {% if order['status'] == "active" %} {{ lang['subscriptions.button.pause'] }} {% endif %} {% if order['status'] == "paused" %} {{ lang['subscriptions.button.unpause'] }} {{ lang['subscriptions.button.cancel'] }} {% endif %} |