{% load wagtailimages_tags %}
{% if self.tipo == 'curso' %} {% elif self.tipo == 'publicacao' %} {% elif self.tipo == 'video' %} {% elif self.tipo == 'guia' %} {% else %} {% endif %}

{{ self.titulo }}

{% if self.descricao %}

{{ self.descricao }}

{% endif %} {% if self.tipo == 'curso' %} Acessar curso {% elif self.tipo == 'publicacao' %} Ler publicação {% elif self.tipo == 'video' %} Assistir vídeo {% elif self.tipo == 'guia' %} Consultar checklist {% else %} Acessar material {% endif %}