{% load i18n %} {% trans "Tasks" %} {% if tasks %} {% comment %} for search{% endcomment %} {% comment %} for list view {% endcomment %} {% comment %} for card view {% endcomment %} {% comment %} for filtering {% endcomment %} {% trans "Filter" %} {% include 'task_all/task_all_filter.html' %} {% comment %} for actions {% endcomment %} {% trans "Actions" %} {% comment %} {% if perms.delete_employee %} {% endcomment %} {% trans "Archive" %} {% comment %} {% endif %} {% endcomment %} {% comment %} {% if perms.delete_employee %} {% endcomment %} {% trans "Un-Archive" %} {% comment %} {% endif %} {% endcomment %} {% comment %} {% if perms.delete_employee %} {% endcomment %} {% trans "Delete" %} {% comment %} {% endif %} {% endcomment %} {% endif %} {% comment %} for create {% endcomment %} {% trans " Task" %}