{% extends 'sections/visitors/layout.html' %} {% set menu = script.getSlug() %} {% block content %} {% set name = script.getName() %}

{% trans %}{{ name }} - Install - Step 2{% endtrans %}

{% trans %}Your new copy of {{ name }} was installed.{% endtrans %}

{% set href = 'https://netenberg.com/ticket' %} {% set url = '' ~ href ~ '' %} {% trans %}Your new copy of {{ name }} was not installed due to an undetermined error. Please consult Netenberg support at {{ url }}{% endtrans %}

{% trans %}Note:{% endtrans %} {% trans %}We only offer auto-installation and auto-configuration of {{ name }} but do not offer any kind of support.{% endtrans %}

{% endblock %}