{%- import 'util/macros.html' as macros with context -%} {% if v %} {% include "modals/award.html" %} {% endif %} {% if v and v.admin_level >= PERMS['PINNING_POSTS'] %} {% endif %} {% include "popover.html" %} {% set disable_votes = request.path.startswith('/@') and u != v and v and v.admin_level < PERMS['ENABLE_VOTE_BUTTONS_ON_USER_PAGE'] %} {% set post_permalinks = [] %} {% for p in listing if can_see(v, p) %}