{% extends 'settings/admin_layout.html' %} {% load i18n %} {% block title %}{% blocktrans with report_id=report.id %}Report #{{ report_id }}{% endblocktrans %}{% endblock %} {% block header %}{% blocktrans with report_id=report.id %}Report #{{ report_id }}{% endblocktrans %}{% endblock %} {% block panel %}
{% trans "View user profile" %}
{% for comment in report.reportcomment_set.all %}