{{ 'userProfile.statistics.label'|trans({},'Academia') }}

{% if statistics|length >0 %}
{% for item in statistics %} {% endfor %}
{{ 'userProfile.statistics.year'|trans({},'Academia')}} {{ 'userProfile.statistics.downloads'|trans({},'Academia') }} {{ 'userProfile.statistics.cites'|trans({},'Academia') }}
{{ item.publicationYear }} {{ item.downloads }} {{ item.cites }}
{% else %}
{{ 'userProfile.statistics.noData'|trans({},'Academia') }}
{% endif %}