2022-01-10 17:55:10 -05:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
{% trans "Report" %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2022-01-27 23:05:17 -05:00
|
|
|
{% include "snippets/report_modal.html" with user=user active=True static=True id="report-modal" %}
|
2022-01-10 17:55:10 -05:00
|
|
|
{% endblock %}
|