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

    {% translate "Purchase new hosting plan" %}

    {% elif offer_hosting %}

    {% translate "Ask for project hosting" %}

    {% endif %} {% endblock content %}