{% if user.is_authenticated %}
{{post.score}}
{% else %}
{{post.score}}
{% endif %}
{{post.comments.count}}

{{post.title}}

{% if request.user == post.author %} {% endif %}

{{post.body}}

{{post.category.title}} {% for tag in post.tags.all %} {{tag.title}} {% endfor %} {{post.post_type | title}} {% if post.post_level == "all" %}Level: All{% else %}{{post.post_level | title}}{% endif %} {{post.post_price | title }} @{{post.author.username}}