{% load i18n %} {% load static %}
{% if projects %}

{% trans "Projects" %}

{% include "cbv/projects/project_list.html" %}
{% else %}
Page not found. 404.

{% trans "No projects assigned to this employee." %}

{% endif %}