{% load static_block smartif %} {% 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 %}
{{staticblock.content|safe}}
{% else %} {% if request.user|has_perm:"staticblock.add" %} {% with "No content yet in this page block" as title %} {% include 'staticblock/widgets/title.html' %} {% endwith %} Add it! {% endif %} {% endif %} {% endwith %}