From 196e2cdf2e80d9fce33eaad3f48474d479e81040 Mon Sep 17 00:00:00 2001 From: JB Date: Tue, 2 Dec 2025 11:33:33 -0800 Subject: [PATCH] feat: Update metadata handling in new job step book template for improved data access --- .../templates/partials/new_job_step_book.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/abogen/web/templates/partials/new_job_step_book.html b/abogen/web/templates/partials/new_job_step_book.html index 13b46d3..5bf14b4 100644 --- a/abogen/web/templates/partials/new_job_step_book.html +++ b/abogen/web/templates/partials/new_job_step_book.html @@ -1,4 +1,5 @@ {% set pending = pending if pending is defined else None %} +{% set metadata = pending.metadata_tags if pending else {} %} {% set readonly = readonly if readonly is defined else False %} {% set settings_dict = settings if settings is defined else {} %} {% set options = options if options is defined else {} %} @@ -225,32 +226,32 @@
- +
- +
- +

Comma separated for multiple authors

- +
- +
- +
- +
- {% if pending.cover_image_path %} + {% if pending and pending.cover_image_path %}

Cover image currently exists.

{% else %}

No cover image found.