hide empty author fields (T406909)

Changes:

  • Converted all author details into a single array of dictionaries called author_details.
  • Used a Jinja2 loop to render each field only if it has a value.
  • Added an edge case message "No author details available" when no fields have values.

before changes:

Screenshot_2025-10-21_223957

after changes:

Screenshot_2025-10-21_224030

Edited by Aradhya

Merge request reports

Loading