{% load i18n %}

{% trans "Tasks" %}

{% if tasks %}
{% 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 {% endcomment %}