{% extends "base.html" %} {% block content %}

{% if server %}{{ t("form.title.edit") }}{% else %}{{ t("form.title.new") }}{% endif %}

{{ t("form.subtitle") }}

{% if not can_encrypt %}
{{ t("warning.no_encryption_short") }}
{% endif %}

{{ t("section.general") }}

{{ t("section.network") }}

{{ t("section.costs") }}

{{ t("section.hardware.small") }}

{{ t("section.access.small") }}

{{ t("hint.ssh") }}

{{ t("section.notes.small") }}

{{ t("btn.cancel") }}
{% endblock %} s