{% import "macros.jinja" as macros %}
@{{this_user.username}} {% if current_user in this_user.following %} {% if spooky_mode %} Haunts You {% else %} Follows you {% endif %} {% endif %}
| {{bio_names[key]}} | {% if key == 'age' %} {{value | format_dob}} {% else %} {{value}} {% endif %} |
|---|
| {{name}} | {{value | social_link(key) | safe}} |
|---|