{% if comment.is_mine or comment.can_rm %}
{% if user.is_active %}
{% endif %}
{% endif %}
{% user_icon_container comment.creator comment.feeling %}
{{ comment.creator.nickname }}
{% if not comment.creator.is_active %}Banned
{% endif %}
{% if comment.is_mine %}
{% endif %}
{% if comment.file %}
{% if comment.file_type == 1 %}
{% elif comment.file_type == 2 %}
{% elif comment.file_type == 3 %}
{% elif comment.file_type == 0 %}Download {{ comment.file }}
{% endif %}
{% endif %}
{% empathy_content yeahs request comment.has_yeah %}