{{ campaign_name }}

Timeline de Conteúdo

{{ organized_date }}

{{ stats.total }}
Total
{{ stats.videos }}
Vídeos
{{ stats.images }}
Imagens
{{ stats.texts }}
Textos
{{ stats.pdfs }}
PDFs
{% for item in all_items %}
{% if item.type == 'video' %} VÍDEO {% elif item.type == 'image' %} {{ item.name }} IMAGEM {% elif item.type == 'text' %}
📝
TEXTO {% elif item.type == 'pdf' %}
📄
PDF {% endif %}

{{ item.name }}

{% if item.type == 'video' or item.type == 'image' or item.type == 'pdf' %} {{ item.size_mb }} MB {% else %} {{ item.size_kb }} KB {% endif %}

{% if item.transcription or item.text or item.content %}

{% if item.transcription %} {{ item.transcription[:150] }}... {% elif item.text %} {{ item.text[:150] }}... {% elif item.content %} {{ item.content[:150] }}... {% endif %}

{% endif %}
{% endfor %}