{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {% trans "Hosting" %}
  • {% endblock %} {% block content %} {% show_message 'info' _("Please check in advance whether your project is eligible for project hosting on this site.") %}
    {% csrf_token %}

    {% trans "Ask for project hosting" %}

    {{ form|crispy }}

    {% trans "Conditions for free hosting" %}

    • {% trans 'Translated content has to be released under free license.' %}
    • {% trans "Source code has to be publicly available in supported version control system." %}
    • {% trans "There is no guarantee for service availability or quality." %}

    {% trans "Commercial hosting" %}

    {% trans "Commercial hosting is possible as well, our price starts at 19 EUR per project and month, please get in touch with us for more details." %}

    {% endblock %}