Todos os Arquivos
{{ stats.videos }}
Vídeos
{{ stats.images }}
Imagens
{{ stats.texts }}
Textos
{{ stats.pdfs }}
PDFs
{% for item in all_items %}
{% endfor %}
{% 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] }}... {% elif item.text %} {{ item.text[:150] }}... {% elif item.content %} {{ item.content[:150] }}... {% endif %}
{% endif %}
{% if item.transcription or item.text or item.content %}
{% endif %}
{% if item.type == 'pdf' %}
Baixar
{% endif %}