{% endif %}
{{ object.body|wl_markdown:"safe" }}
{% else %}
{{ ccount }} comments | {% if perms.news %} {% if perms.news.post_can_add %}Add New Post{% endif %} {% if perms.news.post_can_edit %}| Edit{% endif %} {% if perms.news.post_can_delete %}| Delete{% endif %} {% endif %} | {% tags_for_object object as tag_list %}{% if tag_list %} Tags: {% for tag in tag_list %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} |