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

    {% translate "Trial subscriptions" %}

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

    {% translate "Set up your libre project" %}

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

    {% translate "Your trial" %}

    • {% translate "You will have 14 days to set up your project." %}
    • {% translate "Please request project approval once you finish the setup." %}
    • {% translate "Unapproved projects will be removed." %}
    • {% translate "We reserve our right to reject inappropriate content (erotic, gambling, etc.)." %}

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

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

    {% endblock content %}