{% extends "podcast_base.html" %} {% block title %}{% trans %}Host-Read Ad Request{% endtrans %}{% endblock %} {% block content %}
{% trans %}Hi{% endtrans %} {{ name }},
{% trans %}A request assigned to you by {% endtrans %} {{ reporter_name }} {% trans %} has had a new script uploaded. Please make sure that you have uploaded the required audio before the due date {% endtrans %} {{ due_date }}.
{% trans %}VIEW REQUEST{% endtrans %}
{% endblock %}