{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Тип ПО
Название {{ object.name|placeholder }}
Приложения {% if object.get_apps %} {% for app in object.get_apps %} {{ app.name|placeholder }}; {% endfor %} {% else %} Нет установленных приложений данного типа {% endif %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock content %}