{% if dados_api.title.pt_BR %}
{{ dados_api.title.pt_BR }}
{% elif dados_api.title.en_US %}
{{ dados_api.title.en_US }}
{% else %}
{{ dados_api.identification }}
{% endif %}
Artigos
{% for list in dados_api.articles|slice:":5" %}
{% for item in list.publications %}
- {{ item.fullTitle.pt_BR }}
{% endfor %}
{% endfor %}