{% extends "portal_base.html" %} {% block title %}PDF Report Workshop{% endblock %} {% block portal_content %}

PDF Report Workshop

Build a client-ready report from staged Archive Workspace images.

Back to Archive Workspace

Report Info

These fields appear at the top of the PDF.

Images

Remove unneeded photos and rotate any sideways images before generating the PDF.

{% if staged_files %} {% for file in staged_files %}
{{ file.name }}
{{ file.name }}
{% endfor %} {% else %}

No staged image files found.

{% endif %}
{% endblock %}