{% load i18n %}

{% trans "Projects" %}


{% for project in user.projects.all %} {{ project }} {% endfor %}