{% extends "base.html" %} {% block title %}Pokrycie Social Media - Raporty - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Powrót do raportów

📱 Pokrycie Social Media

Wygenerowano: {{ generated_at|local_time('%d.%m.%Y, %H:%M:%S') }}
Źródło: baza danych nordabiznes.pl
Firm w raporcie: {{ stats.total_companies }}
{{ stats.with_social }}
Firmy z Social Media
{{ stats.without_social }}
Bez Social Media
📈
{{ stats.coverage_percent }}%
Pokrycie

📊 Statystyki platform

{% for platform in platforms %}
{% if platform == 'facebook' %}📘 {% elif platform == 'instagram' %}📷 {% elif platform == 'linkedin' %}💼 {% elif platform == 'youtube' %}📺 {% elif platform == 'tiktok' %}🎵 {% elif platform == 'twitter' %}🐦 {% endif %}
{{ platform }}
{{ platform_stats[platform].count }}
{{ platform_stats[platform].percent }}%
{% endfor %}

📋 Szczegółowa tabela

{% for company in companies %} {% set profile_count = company.social_media_profiles|length %} {% for platform in platforms %} {% endfor %} {% endfor %}
Firma FB IG LI YT TT X Razem
{{ company.name }} {% set has_platform = company.social_media_profiles|selectattr('platform', 'equalto', platform)|list|length > 0 %} {% if has_platform %} {% else %} {% endif %} {% if profile_count >= 4 %} {{ profile_count }} {% elif profile_count >= 2 %} {{ profile_count }} {% elif profile_count == 1 %} {{ profile_count }} {% else %} 0 {% endif %}
{% endblock %}