{{ campaign_name }}
{{ organized_date }}
Todos
Vídeos ({{ stats.videos }})
Imagens ({{ stats.images }})
Textos ({{ stats.texts }})
PDFs ({{ stats.pdfs }})
{% for item in all_items %}
{% if item.type == 'video' %}
{% elif item.type == 'image' %}
{% elif item.type == 'text' %}
📝
{% elif item.type == 'pdf' %}
📄
{% endif %}
{% if item.type == 'video' %}VÍDEO {% elif item.type == 'image' %}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 %}
{% endfor %}
{% if markdown_link %}
📥 Copy Bank
{% endif %}
×