{% extends 'email/html_layout.html' %} {% load i18n %} {% block content %}

{% blocktrans %}@{{ reporter }} has flagged behavior by @{{ reportee }} for moderation. {% endblocktrans %}

{% trans "View report" as text %} {% include 'email/snippets/action.html' with path=report_link text=text %} {% endblock %}