🔍 Nyheter & Press {{ agents.news.overall_sentiment | default('neutral') }}
{% if agents.news.key_themes %}
{% for theme in agents.news.key_themes %}{{ theme }}{% endfor %}
{% endif %}
{% for article in agents.news.articles[:5] %}
- {{ article.source | default('') }}: {{ article.summary | default(article.title) }}
{% endfor %}
{% if agents.news.notable_events %}
{% for event in agents.news.notable_events %}
- ⚡ {{ event }}
{% endfor %}
{% endif %}
{% if not agents.news.articles and not agents.news.notable_events %}
- Ingen data tillgänglig
{% 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 %}
{% for mention in agents.social.mentions[:5] %}
- {{ mention.platform | default('') }}: {{ mention.summary | default('') }}
{% endfor %}
{% if not agents.social.mentions %}
- Ingen data tillgänglig
{% 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 %}
{% for pos in agents.reviews.top_positives[:3] %}
- 👍 {{ pos }}
{% endfor %}
{% for neg in agents.reviews.top_negatives[:3] %}
- 👎 {{ neg }}
{% endfor %}
{% if not agents.reviews.top_positives and not agents.reviews.top_negatives %}
- Ingen data tillgänglig
{% 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 %}
{% for diff in agents.competitor.key_differentiators %}
- {{ diff }}
{% endfor %}
{% if not agents.competitor.key_differentiators %}
- Ingen data tillgänglig
{% endif %}
{% if top_insights %}
🤝 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 %}