{% 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 "Set up your libre project" %}

    {% include "snippets/libre-basic.html" %}

    {% trans "Your trial" %}

    • {% 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 "We reserve our right to reject inappropriate content (erotic, gambling, etc.)." %}

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

    {% trans "Start your gratis trial today and explore our competitively priced commercial hosting solutions." %}

    {% endblock %}