{% extends "base.html" %} {% block title %}{{ company.company }}{% endblock %} {% block content %} ← Back to companies

Details

Tier {% if company.tier %} {% set tier_css = 'tier' + company.tier|lower|replace(' ', '') %} {{ tier_labels.get(company.tier, company.tier) }} {% else %} — {% endif %} {% if role in ('editor', 'admin') %}
{% endif %}
ICP Contacts{{ company.icp_count }}
POI Contacts{{ company.poi_count }}
Total Interactions{{ company.total_interactions }}

Notes

{{ company.notes or "No notes." }}

{# ── ICP + POI Contacts ── #}

ICP + POI Contacts ({{ company.contacts|length }})

{% for c in company.contacts %} {% else %} {% endfor %}
Name Title Status Total Interactions Last Active
{{ c.name }} {{ c.title[:50] }}{% if c.title|length > 50 %}…{% endif %} {{ c.status }} {{ c.total_interactions }} {{ c.latest_interaction }}
No ICP or POI contacts at this company.
{% endblock %}