{{ campaign_name }}

Galeria de Conteúdo da Campanha

{{ organized_date }}

{% if markdown_link %} 📥 Baixar Copy Bank (MD) {% endif %}

{{ stats.total }}

Total de Arquivos

{{ 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' %}
📝
{% elif item.type == 'pdf' %}
📄

Documento 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[:200] }}{% if item.transcription|length > 200 %}...{% endif %} {% elif item.text %} {{ item.text[:200] }}{% if item.text|length > 200 %}...{% endif %} {% elif item.content %} {{ item.content[:200] }}{% if item.content|length > 200 %}...{% endif %} {% endif %}
{% endif %}
{% if item.transcription or item.text or item.content %} {% endif %} {% if item.type == 'pdf' %} 📥 Baixar {% endif %}
{% endfor %}