{% extends 'settings/layout.html' %} {% load i18n %} {% load humanize %} {% load utilities %} {% load feed_page_tags %} {% block title %} {% include "settings/reports/report_header.html" with report=report %} {% endblock %} {% block header %} {% include "settings/reports/report_header.html" with report=report %} {% trans "Back to reports" %} {% endblock %} {% block panel %}
{% blocktrans trimmed with user=report.reporter|username user_link=report.reporter.local_path %} {{ user}} opened this report {% endblocktrans %}
{{ report.created_date }}{% if comment.action_type == "comment" %} {% blocktrans trimmed with user=comment.user|username user_link=comment.user.local_path %} {{ user}} commented on this report: {% endblocktrans %} {% else %} {% blocktrans trimmed with user=comment.user|username user_link=comment.user.local_path %} {{ user}} took an action on this report: {% endblocktrans %} {{ comment.get_action_type_display }} {% endif %}
{{ comment.created_date }}{{ comment.note }}{% endif %}