{% extends "excerpts/base.body.html" %} {% set client = this.owner %} {% block body %} {{ super() }}

{{ar.show("cal.TasksByProject", client)}} {% for task in client.cal_task_set_by_project.all() %} {{task}} {% endfor %} {% endblock %} {% block signature %} {{tr(de="Ihr Ansprechpartner:",fr="Votre personne de contact:")}}:

{{this.user}}

{% endblock %}