{% if post.author.has_avatar %}
{% else %}
{% endif %}
{%if post.author.role_id==2%}
}})
{{ post.author.username }}
{{ post.author.name }}
{{ post.author.location }} {{post.author.department}}
发布时间: {{ moment(post.timestamp).format('LLL') }}
{{ post.title }}
{% for i in range(1,post.img_count+1) %}
{% endfor %}
{% for i in range(1,post.img_count+1) %}
}})
{% set has_collected = 0 %}
{% if current_user.is_authenticated %}
{% set has_collected = Collect.query.filter_by(user_id=current_user.id, post_id=post.id).first()
%}
{% else %}
{% endif %}
{% if current_user.is_authenticated %}
{% set has_liked = 0 %}
{% if current_user.is_authenticated %}
{% set has_liked= Like.query.filter_by(user_id=current_user.id, post_id=post.id).first() %}
{% else %}
{% endif %}