{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load django_markup %} {% load static %} {% block content %}
{% filter force_escape %} {% blocktrans %} {{ course_name }}: Reported content awaits review {% endblocktrans %} {% endfilter %}You are receiving this email because the following {{ content_type }} was reported for reviewPost Title: {{ title }}{{ content_body }} {% filter force_escape %} {% blocktrans asvar course_cta_text %}Go to Discussion{% endblocktrans %} {% endfilter %} {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=post_link%} {% block google_analytics_pixel %} {% endblock %} |