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.

