{% load wagtailcore_tags wagtailimages_tags %}
{% if value.video_embed %}
{{ value.video_embed }}
{% elif value.video_url %}
{% elif value.video_arquivo %}
{% endif %} {% if value.duracao %} {{ value.duracao }} {% endif %}
{% if value.foto_pessoa %} {% image value.foto_pessoa width-60 height-60 class="rounded-circle" style="object-fit: cover;" %} {% else %}
{% endif %}
{{ value.nome_pessoa }}
{% if value.cargo_instituicao %}

{{ value.cargo_instituicao }}

{% endif %} {% if value.data_gravacao %}

{{ value.data_gravacao|date:"d/m/Y" }}

{% endif %}
{% if value.resumo_depoimento %}

{{ value.resumo_depoimento }}

{% endif %} {% if value.transcricao %}
Transcrição:
{{ value.transcricao|linebreaks }}
{% endif %}