{% 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 %} wasn't completed and is now past it's due date. Please contact your Client Manager at {% endtrans %}
{% if organization == 'sme' %}
podcasts@sonymusic.com.
{% else %}
podcasts@theorchard.com.
{% endif %}
{% trans %} for next steps.{% endtrans %}