{% if PERMISSION_VIEW %} {% if whovisitedthistopic %}

{{ WHOVISITEDTHISTOPIC_TITLE }}

{% for whovisitedthistopic in loops.whovisitedthistopic %} {% if PERMISSION_SHOW_AVATAR %}{{ whovisitedthistopic.AVATAR }}{% endif %} {{ whovisitedthistopic.USERNAME }}{% if PERMISSION_COUNT %} ({{ whovisitedthistopic.VISITS }}){% endif %}{% if not whovisitedthistopic.S_LAST_ROW %}, {% endif %} {% endfor %}

{% endif %} {% endif %}