{% load i18n %}

{% trans "Projects" %}

{% if projects %} {% comment %} for search{% endcomment %}
    {% comment %} for list view {% endcomment %}
  • {% comment %} for card view {% endcomment %}
{% comment %} for filtering {% endcomment %}
{% comment %} for actions {% endcomment %}
{% endif %} {% comment %} for create project {% endcomment %}