{% extends "base.html" %} {% block title %}{{ company.company }}{% endblock %} {% block content %} ← Back to companies
Company profile
| 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') %}
|
|---|---|
| ICP Contacts | {{ company.icp_count }} |
| POI Contacts | {{ company.poi_count }} |
| Total Interactions | {{ company.total_interactions }} |
{{ company.notes or "No notes." }}
| 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. | ||||