{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load icons %} {% block breadcrumbs %}
  • {% trans "Hosting" %}
  • {% endblock %} {% block content %} {% if billings %}

    {% trans "Trial subscriptions" %}

    {% include "billing/list.html" with objects=billings %}
    {% endif %}
    {% csrf_token %}

    {% trans "Translate your libre project" %}

    {% trans "Please check in advance whether your project is eligible for gratis project hosting on this site." %}

      {% include "snippets/libre-basic.html" %}
    • {% trans "You will have 14 days to set up your project." %}
    • {% trans "Please request project approval once you finish the setup." %}
    • {% trans "Unapproved projects will be removed." %}
    • {% trans "There is no guarantee of service availability, nor quality for free service plan." %}

    {% trans "Looking for commercial hosting?" %}

    {% blocktrans with price=19 %}Looking for commercial hosting? Our prices start at {{ price }} EUR per month.{% endblocktrans %}

    {% endblock %}