Novo Cliente
Clientes ({{ clients|length }})
| Nome | Contato | Projetos |
|---|---|---|
| {{ c.name }} |
{% if c.email %}{{ c.email }} {% endif %} {% if c.phone %}{{ c.phone }}{% endif %} |
{{ c.projects.count() }} |
Nenhum cliente cadastrado.