{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Projects" %}
  • {% endblock %} {% block content %} {% include "list-projects.html" %} {% if payment_enabled %} {% trans "Purchase new hosting plan" %} {% elif offer_hosting %}

    {% trans "Ask for project hosting" %}

    {% endif %} {% endblock %}