{% load util_tags %}
Quote {% if user.pk != post.author.pk and user_post_count >= config|get_item:'initial_account_period_total' %} {% if user.pk in post.get_thanker_pks %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% endif %} {% if can_edit %} Edit {% endif %}
{% if post.show_edit_line %} {% with snapshot=post.get_last_edit_snapshot %}
Post last edited by {{ snapshot.obsolesced_by.username }} on {{ snapshot.time|present_dt }}
{% endwith %} {% endif %}