{{ post.title }}
{{ post.body|safe }}
{% if post.updated_at %}{% endif %}
{% if can_edit_post(post) %}Edytuj{% endif %}
{% if current_user.is_authenticated and current_user.is_admin %}
{% endif %}
{{ comment.body }}
{% if current_user.is_authenticated and current_user.is_admin %} {% endif %}Brak komentarzy.
{% endfor %}