{% extends "base.html" %} {% block content %}

Job {{ job_id }}

{{ meta.filename }}

Status: {{ meta.status }}

Target render: {{ meta.target_width }} × {{ meta.target_height }} px · Pages found: {{ meta.pages }} · Articles found: {{ articles|length }}

⬇ Download all (zip)

{% if articles %}

Articles

{% for a in articles %}
{% if a.has_image %} {% endif %}
{{ a.name }} page {{ a.page }}{% if a.grouped_by %} · grouped by {{ a.grouped_by }}{% endif %} {% if a.dateline %}{% endif %} {% if a.headline_preview %}
{{ a.headline_preview }}
{% endif %}
{% if a.has_image %}image{% endif %} {% if a.has_text %}text{% endif %}
{% endfor %}
{% endif %} {% endblock %}