{{ brand_name }}

Digital Presence Analysis • {{ analysis_date }}

{{ digital_presence_score }}
{{ final_score }}/100
{{ platforms_found }}/{{ total_platforms }}
Platforms Found
{{ total_followers_formatted }}
Total Followers
{{ average_engagement|title }}
Avg Engagement
{{ verified_accounts }}
Verified Accounts

🌐 Platform Analysis

{% for platform in platforms %}
{{ platform.name }} {{ platform.name }}
{% if platform.found %} {% if platform.verified %}Verified{% else %}Found{% endif %} {% else %}Missing{% endif %}
{% if platform.found %}
{{ platform.followers_formatted|default:"N/A" }}
Followers
{{ platform.engagement_level|title|default:"N/A" }}
Engagement
{% if platform.profile_url %} {% endif %}

{{ platform.notes }}

{% else %}

{{ platform.notes }}

Opportunity to establish presence and reach new audiences.

{% endif %}
{% endfor %}
{% if recommendations %}

💡 Recommendations

{% for rec in recommendations %}
{{ rec.platform }}
{{ rec.reason }}
Setup Time: {{ rec.estimated_setup_time }} • Potential: {{ rec.potential_reach }}
{% endfor %}
{% endif %}