{{ item.commentCount }}
{{ item.album.user.nickname }} {{ time_date(item.createdAt) }}

{{ item.description }}

{% if item.tags|length > 0 %}
{% for tag in item.tags %} {{ tag }} {% endfor %}
{% endif %}