{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Projects" %}
  • {% endblock %} {% block content %} {% include "list-projects.html" %} {% include "paginator.html" with page_obj=projects %} {% if payment_enabled %}

    {% trans "Purchase new hosting plan" %}

    {% elif offer_hosting %}

    {% trans "Ask for project hosting" %}

    {% endif %} {% endblock %}