{% extends "base.html" %} {% block title %}{{ p.company }} — GEO-SEO CRM{% endblock %} {% block content %}
{% set tier = p.geo_score | score_tier %}
{{ p.geo_score }} /100 {{ p.geo_score | score_label }}

{{ p.company }}

{% set meta = p.status | status_meta %} {{ meta.icon }} {{ meta.label }}
{% if has_pdf %} Scarica PDF {% else %} {% endif %}
Dettagli
{% if p.contact_name %} {% endif %} {% if p.contact_email %} {% endif %}
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 }}
Email {{ p.contact_email }}
Aggiornato{{ p.updated_at or '—' }}
File
{% if p.audit_file %}
Audit {{ p.audit_file }}
{% endif %} {% if p.proposal_file %}
Proposta {{ p.proposal_file }}
{% endif %} {% if has_pdf %} {% endif %} {% if not p.audit_file and not p.proposal_file %}

Nessun file associato.

{% endif %}
Note
{% include "_notes.html" %}
{% endblock %}