{% extends 'app_base.html' %}{% block content %}
| Nome/Razão social | Documento | Contato | Cidade/UF | Status | Ações |
|---|---|---|---|---|---|
| {{ x.name or x.trade_name or x.legal_name }} {{ x.legal_name or '' }} | {{ x.document or '—' }} | {{ x.email or '—' }} {{ x.phone or x.mobile or '' }} | {{ x.city or '—' }}{% if x.state %}/{{ x.state }}{% endif %} | {{ 'Ativo' if x.active|default(true) else 'Inativo' }} | |
| Nenhum cadastro. | |||||