{% if app.user and app.user ==user and (contributers|length >0 or tags|length>0)%}
{% if tags|length >0 %} {% for tag in tags %} {{ tag['tag'].tag.context }} {% endfor %} {% else %}
{{ 'library.noTags'|trans({},'Academia') }}
{% endif %}
{% endif %}