{% from 'macro.html' import comment_html with context %} {%- if abuse -%} {% if abuse.resolved_at %} {% if abuse.accepted %}Жалоба была принята.{% else %}Жалоба была отклонена.{% endif %} {% elif abuse.user.id == current_user.id %} Вы уже подавали жалобу на этот объект, указав следующую причину:
{{ abuse.reason }}{% else %} ? {% endif %} {%- endif -%} {%- if can_abuse -%} {% if target_type == 'story' %} Вы собираетесь пожаловаться на рассказ {{ target.title }}.