{% macro render_thread(thread, current_user) -%} {% if current_user.is_authenticated %}
{{ current_user.display_name }}
{% if current_user.canCommentRL() %}

{% else %}

{% endif %}
{% endif %} {% endmacro %} {% macro render_threadlist(threads, list_group=False) -%} {% if not list_group %}{% endif %} {% endmacro %}