{% extends "base.html" %} {% block title %}Campaign {{ presentation.campaign_id }} - HM QC Platform{% endblock %} {% block content %}

Campaign {{ presentation.campaign_id }} {% if presentation.campaign_name %} - {{ presentation.campaign_name }} {% endif %}

{{ presentation.pdf_filename }} | Parsed {{ presentation.parsed_at.strftime('%Y-%m-%d %H:%M') if presentation.parsed_at else 'N/A' }} | {% if presentation.has_pricing %} Has Pricing {% endif %}
Back
Extracted Text
{% if presentation.parsed_content %}
{{ presentation.parsed_content }}
{{ presentation.parsed_content|length }} characters {% else %}

No text content available.

{% endif %}
Page Images ({{ page_images|length }})
{% if page_images %}
{% for img_path in page_images %}
Page {{ loop.index }}
Page {{ loop.index }}
{% endfor %}
{% else %}

No page images available.

{% endif %}
{% endblock %}