{{ preview_html }}
{%- if comment and comment.author -%} {% with user=comment.author %} {% include 'includes/userlink.html' %} {% endwith %} {%- elif comment -%} {{ comment.author_username or 'Гость' }} {%- elif current_user.is_authenticated -%} {% with user=current_user %} {% include 'includes/userlink.html' %} {% endwith %} {%- else %} Гость {%- endif %}