| {{ k }} |
{% if k in ["AvatarOriginal", "AvatarPreview", "AvatarOther"] and v is not none and links %}
{{ v }}
{% elif k == "SearchQueries" %}
{% for key, val in v.items() %}
{{ val.DATE }} - {{ val.QUERY }}
{% endfor %}
{% else %}
{{ v | safe }}
{% endif %}
|
{% endfor %}
{% endif %}