{% include 'header.twig' %} {% if contentText %}
{{ contentText }}
{% endif %}
{% if errorText %}
{{ errorText }}
{% endif %} {% if successText %}
{{ successText }}
{% endif %}

{{ lang["childpanels.nameservers"] }}

  • ns1.glycon.org
  • ns2.glycon.org
{% if ticketList %}
{% for panel in ticketList %} {% endfor %}
{{ lang["childpanels.domain"] }} {{ lang["childpanels.currency"] }} {{ lang["childpanels.price"] }} {{ lang["childpanels.created"] }}
{{ panel['panel_domain'] }} {{ panel['panel_currency'] }} {{ panel['panel_price'] }} {{ panel['panel_created'] }}
{% endif %}
{% include 'footer.twig' %}