{% load static i18n %}
{% csrf_token %}

{% trans "Matrix Chat hosting" %}

{{ matrix_vm_pricing.name }} CHF/{% trans "month" %}

{% if matrix_vm_pricing.set_up_fees %}{{ matrix_vm_pricing.set_up_fees }} CHF Setup
{% endif %} {% if matrix_vm_pricing.vat_inclusive %}{% trans "VAT included" %}
{% endif %} {% if matrix_vm_pricing.discount_amount %} {% trans "You save" %} {{ matrix_vm_pricing.discount_amount }} CHF {% endif %}

{% trans "Hosted in Switzerland" %}

Core
{% for message in messages %} {% if 'cores' in message.tags %}
  • {{ message|safe }}
{% endif %} {% endfor %}
GB RAM
{% for message in messages %} {% if 'memory' in message.tags %}
  • {{ message|safe }}
{% endif %} {% endfor %}
{% trans "GB Storage (SSD)" %}
{% for message in messages %} {% if 'storage' in message.tags %}
  • {{ message|safe }}
{% endif %} {% endfor %}

{{ form.matrix_domain.errors }}

{{ form.homeserver_domain.errors }}

{{ form.webclient_domain.errors }}

Is open registration possible: {{ form.is_open_registration }}