{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Подсистема
Название {{ object.name|placeholder }}
Родительская группа {{ object.parent|linkify|placeholder }}
Короткое именование {{ object.slug|placeholder }}
Описание {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %}
Подгруппы
{% endblock content %}