{% set resource_format = resource.format|trim|lower %} {% set expanded = expanded or "false" %}
{% if can_edit %} {% include theme('svg/actions/edit.svg') %} {% endif %}
{{ resource.metrics.views or 0 }} {{ _('downloads') }}

{{ resource.title or _('Nameless resource') }} {% if resource.from_community and resource.owner %}

{{resource.owner}}

{% endif %}

Disponible
{{ resource_format }} {% if resource.filesize %} ({{ resource.filesize | filesize }}) {% endif %}
{% if resource.description %}
{{ resource.description|markdown }}
{% endif %}
{{ _('URL') }}
{{resource.url}}
{{ _('Permalink') }}
{{resource.json_ld.url}}
{{ _('Type') }}
{{type_label}}
{{ _('MIME Type') }}
{{resource.mime}}
{% if resource.checksum %}
{{resource.checksum.type}}
{{resource.checksum.value}}
{% endif %}
{{ _('Created on') }}
{{resource.created_at|dateformat(format='long')}}
{{ _('Modified on') }}
{{resource.modified|dateformat(format='long')}}
{{ _('Published on') }}
{{resource.published|dateformat(format='long')}}