{% if post and (post.published or not access_control.can_publish_post()) %}
{% else %}
{% endif %}
{% if post %}
View Revision History
{% endif %}
{% if post and post.published and access_control.can_publish_post() %}
Edit Publish Date
{% endif %}
{% if post %}
Edit Snippet
SEO and Author Settings
{% if access_control.can_delete_post() %}
Delete Post
{% endif %}
Tags
{% if post.tags %}- {% for tag in post.tags %}
- {{ tag.name }} {% endfor %}
This post has no tags
{% endif %} {% if access_control.can_tag_post() %} Edit Tags {% endif %} {% endif %}