{% load i18n %} {% load utilities %} {% with 0|uuid as report_uuid %} {% join "report" report_uuid as modal_id %} {% include 'snippets/report_modal.html' with user=user reporter=request.user id=modal_id %} {% endwith %}