{% extends "_page.twig" %} {% block title %}Add record{% endblock %} {% block content %}
{% if result|length > 0 %} {% if result.error|length > 0 %}

Error

{{ result.error }}
{% else %}
{% if result.command == 'addname' %}

Domain alias successfuly added

{% elseif result.command == 'addsubdomain' %}

Subdomain successfuly added

{% elseif result.command == 'changedest' %}

Domain destination successfuly changed

{% else %}

Domain successfuly added

{% endif %}
Domain: {{ result.host }}
Addresshelper: Go to site
Base32: {{ result.base32 }}.b32.i2p
Base64: {{ result.base64 }}
{% endif %} {% endif %}

Domain adding

0 %} value="{{ record }}"{% endif %} required>
0 %} value="{{ desc }}"{% endif %}>
{% endblock %}