{% extends 'layouts/base.twig' %} {% block content %}

{{ __('Documentos', 'Sindikatua') }}

{% if documentos %} {% for doc in documentos %}
{% if doc.thumbnail %} {{ doc.title }} {% else %}
{% endif %}
{% if doc.content %}

{{ doc.content }}

{% endif %}
{% if doc.documento_url %} {{ __('Ver documento', 'Sindikatua') }} {{ __('Descargar', 'Sindikatua') }} {% else %} no hay doc.documento_url {% endif %}
{% endfor %} {% else %} {% endif %} {% set pagination = posts.pagination %} {% if pagination %}
{% include 'partials/pagination-custom.twig' %}
{% else %} {% endif %}
{% endblock %}