{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% if object.location %} {% endif %} {% endblock %} {% block content %}
{% trans "Power Panel" %}
{% trans "Site" %} {{ object.site|linkify }}
{% trans "Location" %} {{ object.location|linkify|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/image_attachments.html' %} {% plugin_right_page object %}
{% csrf_token %}
{% trans "Power Feeds" %}
{% plugin_full_width_page object %}
{% endblock %}