{% if letterhead_path %}
{% else %}
{% include "complaints/partials/pdf_letterhead_header.html" %}
{% endif %}
{% block pdf_content %}{% endblock %}
{% if not letterhead_path %}
{% include "complaints/partials/pdf_letterhead_footer.html" %}
{% endif %}