{% extends "podcast_base.html" %} {% block title %}{% trans %}Host-Read Ad Request{% endtrans %}{% endblock %} {% block content %}
{% trans %}Hi{% endtrans %} {{ name }},
{% trans %}A new comment has been added on the ad request: {% endtrans %} {{ host_read_ad_name }}.
{% trans %} {{ host_read_ad_commentor }} {% endtrans %}
"{{ host_read_ad_comment }}"
{% trans %}VIEW REQUEST{% endtrans %}
{% endblock %}