{% extends "message.html" %} {% load i18n %} {% block tags %}warning{% endblock %} {% block message %} {% comment %}user_can_view_billing is defined in snippets/project/state.html{% endcomment %} {% if user_can_view_billing %} {% trans "Request approval for libre hosting" %} {% endif %} {% trans "This project is in the trial period, so be cautious before you contribute. Things like license or repository can still change before being approved as a libre project." %}
{% endblock %}