# extends 'layout.html' # block title Blog : Delete ${ super() } # endblock title # block head ${ super() } # endblock head # block content
## Delete a comment. # if blog_comment is not undefined:

Delete Blog Comment

Delete comment '${blog_comment.number}' by '${blog_comment.author}' on blog post '${blog_comment.post_name}'?

This operation cannot be undone.

${jmacros.form_token_input()}
# endif ## Delete a blog post. # if blog_post is not undefined:

Delete Blog Post

Delete the latest version or all versions of blog post '${blog_post.name}'.

If there are no remaining versions, any comments and attachments will also be deleted.

This operation cannot be undone.

${jmacros.form_token_input()}
# endif
# endblock content