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

    {% trans "Conditions for gratis hosting" %}

    {% trans "Please fill in this form if your project meets the conditions for free of charge hosting:" %}

    • {% trans "Translated content has to be released under a license approved by OSI or recognized as libre by FSF." %}
    • {% trans "Source code has to be publicly available in a supported version control system." %}
    • {% trans "There is no guarantee for service availability, nor quality." %}
    • {% trans "Hosting requests are usually processed once a month, please have patience after submitting one." %}
    {% csrf_token %}

    {% trans "Ask for project hosting" %}

    {{ form|crispy }}
    {% endblock %}