{% load url from future %} {% if user.is_staff %}
{{ content.name }}
{% if content.instance %} {% if edit %}
or Cancel
{% else %}
Edit
{% block publish_form %} {% if content.is_published %} Published {% else %}
{% csrf_token %}
{% endif %} {% endblock %}
{% for panel in content.get_panels %}
{{ panel.get_header }}
{% endfor %} {% endif %} {% endif %} {# if content has instance #}
Hey there, {{ user.username }}
{% if content.instance %} {% if edit %} {% else %} {% for panel in content.get_panels %} {% include panel.get_panel_template_name %} {% endfor %} {% endif %} {% endif %} {# if content has instance #}
{% else %} {# Nothing to see if you arent logged in #} {% endif %}