Fix: Hide data fields on author page with unknown value

Closes T406909

For displaying values of various fields, I employed a list of dicts within the jinja template, iterating over them in a for loop. Skipping the ones where the value attribute of the dict is empty.

Preview of changes: Screenshot_from_2025-10-10_21-31-58

Earlier: Screenshot_from_2025-10-10_21-32-18

Merge request reports

Loading