{% extends 'base/base.html' %}
{% import 'input/textbox.html' as textbox with context %}
{% import 'blog/macros.html' as blog with context %}
{% block body %}
{{ icon_defs('comment-empty') }}
{% for file in files_data %}
{% if file.type == C.FILE_TYPE_FILE %}
{% if file.comments_url is defined %}
{% trans %}comments{% endtrans %}
{% if file.comments_count %}
({{file.comments_count}})
{% endif %}
{{ icon('comment-empty', cls='icon--text') }}