{% extends 'base.html' %} {% load static %} {% block title %}Clientes - {{ block.super }}{% endblock %} {% block content %}
| Nome | CNPJ | Workspaces | Projetos | Status | Ações | |
|---|---|---|---|---|---|---|
| {{ client.nome }} |
{{ client.cnpj }}
|
{% if client.email %} {{ client.email }} {% else %} - {% endif %} | {{ client.workspaces.count }} | {{ client.projects.count }} | {% if client.ativo %} Ativo {% else %} Inativo {% endif %} |
{% if search or status %} Tente ajustar os filtros de busca. {% else %} Comece criando seu primeiro cliente. {% endif %}
{% if not search and not status %} {% endif %}