{% extends "base.html" %} {% block title %}{{ p.company }} — GEO-SEO CRM{% endblock %} {% block content %}
| ID | {{ p.id }} |
| Settore | {{ p.industry or '—' }} |
| Paese | {{ p.country or '—' }} |
| Audit | {{ p.audit_date or '—' }} |
| MRR | {{ p.monthly_value | format_eur }} |
| Contratto | {{ p.contract_months or '—' }} mesi |
| Contatto | {{ p.contact_name }} |
| {{ p.contact_email }} | |
| Aggiornato | {{ p.updated_at or '—' }} |
Nessun file associato.
{% endif %}