{% extends "base.html" %} {% block title %}Competition Analysis{% endblock %} {% block page_title %}Competition Analysis{% endblock %} {% block content %}
{% if summary %} {{ summary.total_competitors }} tracked competitors · Market intensity: {{ summary.intensity }} · Generated {{ summary.generated_at }} {% else %} Competitive landscape and market positioning analysis {% endif %}
{{ c.strengths }}
{{ c.weaknesses }}
| Competitor | Position | Threat | Market Share | Est. Revenue | Employees | vs. You |
|---|---|---|---|---|---|---|
| {{ summary.company_name if summary.company_name else 'Your Company' }} | YOU | — | {{ "%.2f"|format(summary.company_share) }}% | {{ currency_symbol }}{{ "{:,.0f}".format(summary.company_revenue) }} | {{ summary.company_employees }} | Baseline |
| {{ c.name }} | {{ c.market_position }} | {{ c.threat_level|title }} | {{ "%.1f"|format(c.market_share) }}% | {{ currency_symbol }}{{ "{:,.0f}".format(c.revenue_estimate) if c.revenue_estimate else '-' }} | {{ c.employee_count or '-' }} | {% if rev_diff > 0 %}+{% endif %}{{ "%.0f"|format(rev_diff) }}% |
No competitors tracked yet
Click the button below to generate a competitive landscape for your industry.