{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock%} {% block header %}

{{ object.title }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %} {% block content %}
Info
Title {{ object.title }}
Level {{ object.level }}
Maintenance {{ object.maintenance }}
Comment {{ object.comment }}
Last Updated {{ object.last_updated }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% endblock %}