{% 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:" %}

    {% csrf_token %}

    {% trans "Ask for project hosting" %}

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