{{ company }}

Brand Intelligence Report — Genererad {{ generated_at }}
{{ overall_score }}
Score
{{ summary }}

🔍 Nyheter & Press {{ agents.news.overall_sentiment | default('neutral') }}

{% if agents.news.key_themes %}
{% for theme in agents.news.key_themes %}{{ theme }}{% endfor %}
{% endif %}

🌐 Social & Forum {{ agents.social.overall_sentiment | default('neutral') }}

{% if agents.social.volume %}
Volym: {{ agents.social.volume }}
{% endif %} {% if agents.social.key_themes %}
{% for theme in agents.social.key_themes %}{{ theme }}{% endfor %}
{% endif %}

Recensioner {{ agents.reviews.overall_sentiment | default('neutral') }}

{% if agents.reviews.average_rating %}
{% for i in range(agents.reviews.average_rating | int) %}★{% endfor %}{% for i in range(5 - agents.reviews.average_rating | int) %}☆{% endfor %} {{ agents.reviews.average_rating }}/5 ({{ agents.reviews.review_count_estimate | default('') }})
{% endif %}

📊 Konkurrenter {{ agents.competitor.comparison_sentiment | default('neutral') }}

{% if agents.competitor.positioning %}
Positionering: {{ agents.competitor.positioning }}
{% endif %} {% if agents.competitor.competitors_mentioned %}
{% for comp in agents.competitor.competitors_mentioned %}{{ comp }}{% endfor %}
{% endif %}
{% if top_insights %}

💡 Top Insights

{% endif %} {% if risk_flags %}

⚠️ Risk Flags

{% endif %} {% if opportunities %}

🤝 Hur {{ my_company | default('vi') }} kan stärka {{ company }}

Baserat på analysen ovan har vi identifierat följande områden där {{ my_company | default('vi') }} kan skapa värde för {{ company }}.
{% for opp in opportunities %}

{{ opp.title }}

Insikt: {{ opp.finding }}
{{ opp.action }}
{% endfor %}
{% endif %} {% if prepared_by %}
{{ prepared_by.name }}
{{ prepared_by.tagline }}
{% endif %}