2021-03-08 21:36:34 -05:00
|
|
|
{% load i18n %}
|
2021-05-11 17:41:28 -04:00
|
|
|
{% load utilities %}
|
|
|
|
|
2021-03-11 20:38:21 -05:00
|
|
|
{% with 0|uuid as report_uuid %}
|
|
|
|
|
|
|
|
{% trans "Report" as button_text %}
|
|
|
|
{% include 'snippets/toggle/toggle_button.html' with class="is-danger is-light is-small is-fullwidth" text=button_text controls_text="report" controls_uid=report_uuid focus="modal-title-report" disabled=is_current %}
|
|
|
|
|
|
|
|
{% include 'moderation/report_modal.html' with user=user reporter=request.user controls_text="report" controls_uid=report_uuid %}
|
|
|
|
|
|
|
|
{% endwith %}
|