{% load base_filters %} {% load base_tags %} {% load perm_tags %} {% load tagging_tags %} {% has_perm user pages.change_page page as can_edit_page %} {% has_perm user pages.delete_page page as can_delete_page %} {% tags_for_object page as tags %} {% tags_hash_tags page as hash_tags %} {% tags_strip_hash page as nonhash_tags %} {% if request.user.is_authenticated and can_edit_page %} {% endif %}