{{ campaign_name }}

Galeria de Conteúdo
{{ organized_date }}
{% if markdown_link %} 📥 Baixar Copy Bank (MD) {% endif %}
{{ stats.total }} arquivos
{{ stats.videos }} vídeos
{{ stats.images }} imagens
{{ stats.texts }} textos
{{ stats.pdfs }} PDFs
Todos
Vídeos
Imagens
Textos
PDFs
{% for item in all_items %} {% if item.type == 'video' %}
🎬
{{ item.name }}
Vídeo • {{ item.size_mb }} MB
{% if item.transcription %}
{{ item.transcription }}
{% endif %}
{% elif item.type == 'image' %}
🖼️
{{ item.name }}
Imagem • {{ item.size_mb }} MB
{{ item.name }}
{% if item.text %}
{{ item.text }}
{% endif %}
{% elif item.type == 'text' %}
📝
{{ item.name }}
Texto • {{ item.size_kb }} KB
{{ item.content }}
{% elif item.type == 'pdf' %}
📄
{{ item.name }}
PDF • {{ item.size_mb }} MB
📄

Documento PDF

📥 Baixar
{% if item.text %}
{{ item.text }}
{% endif %}
{% endif %} {% endfor %}
{% if videos %} {% for item in videos %}
🎬
{{ item.name }}
Vídeo • {{ item.size_mb }} MB
{% if item.transcription %}
{{ item.transcription }}
{% endif %}
{% endfor %} {% else %}

Nenhum vídeo encontrado

Não há vídeos para exibir nesta categoria.

{% endif %}
{% if images %} {% for item in images %}
🖼️
{{ item.name }}
Imagem • {{ item.size_mb }} MB
{{ item.name }}
{% if item.text %}
{{ item.text }}
{% endif %}
{% endfor %} {% else %}

Nenhuma imagem encontrada

Não há imagens para exibir nesta categoria.

{% endif %}
{% if texts %} {% for item in texts %}
📝
{{ item.name }}
Texto • {{ item.size_kb }} KB
{{ item.content }}
{% endfor %} {% else %}

Nenhum texto encontrado

Não há textos para exibir nesta categoria.

{% endif %}
{% if pdfs %} {% for item in pdfs %}
📄
{{ item.name }}
PDF • {{ item.size_mb }} MB
📄

Documento PDF

📥 Baixar
{% if item.text %}
{{ item.text }}
{% endif %}
{% endfor %} {% else %}

Nenhum PDF encontrado

Não há PDFs para exibir nesta categoria.

{% endif %}