{% load static_block %} {% get_static_block for blockname as block_object %} {% with block_object.content as staticblock %} {% if staticblock %} {% with staticblock.title as title %} {% include 'staticblock/widgets/title.html' %} {% endwith %} {% if request.user|has_perm:"flatpage.add" and request.user|has_perm:"staticblock.change" %} (You can edit this content or pull in different content) {% else %}{% if request.user|has_perm:"flatpage.add" %} (You can edit this content) {% else %}{% if request.user|has_perm:"staticblock.change" %} (You can pull in different content) {% endif %} {% endif %} {% endif %}