{{ campaign_name }}

Galeria de Conteúdo

{{ organized_date }}

{% if markdown_link %}
Download Copy Bank
{% endif %}
{{ 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' %}

{{ item.name }}

{{ item.size_mb }} MB

{% elif item.type == 'image' %}
{{ item.name }}

{{ item.name }}

{{ item.size_mb }} MB

{% elif item.type == 'text' %}
📝
{% elif item.type == 'pdf' %}
📄

PDF Document

{% 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.transcription or item.text or item.content %}

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

{% endif %}
{% if item.transcription or item.text or item.content %} {% endif %} {% if item.type == 'pdf' %} Baixar {% endif %}
{% endfor %}