{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Роль систем
{% if object.system %} {% else %} {% endif %} {% if object.subsystem %} {% else %} {% endif %} {% if object.parent %} {% else %} {% endif %}
Название {{ object.name|placeholder }}
Система{{ object.system|linkify }}-
Подсистема{{ object.subsystem|linkify }}-
Подсистемы {% for subsystem in object.subsystems.all %} {{ subsystem|linkify }}
{% endfor %}
В составе роли{{ object.parent|linkify }}-
Состав данных {{ object.data_composition|placeholder }}
Интерфейс выгрузки {{ object.upload_interface|placeholder }}
Форма выгрузки {{ object.upload_format|placeholder }}
Mapping SecurityGroup {{ object.mapping_security_group|placeholder }}
СЭД {{ object.sed|placeholder }}
FSLink {{ object.link|placeholder }}
Описание {{ object.description|placeholder }}
Короткий URL {{ object.slug|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Технические роли
{% render_table techrole_table %}
{% endblock content %}