{% extends "base_template.html" %}
{% block title %}{{mySystem.type}} {{mySystem.pk}} Details{% endblock %}
{% block styles %}
{% endblock %}
{% block headscripts %}
{% endblock %}
{% block content %}
Note: {{mySystem.notes}}-EDIT {% endif %}
{% if mySystem.type == "server" %}{% endif %}
{{mySystem.type}}{{mySystem.name}} => Detailed properties
ICN: {{mySystem.pk|add:100000}}
Service Tag: {{mySystem.servicetag}}
Key | Value | File | Edit |
---|---|---|---|
{{property.key.name}} | {{property.value}} | {% if property.attachment %}{{property.attachment}}{% else %}None{% endif %} | {% if request.user.is_superuser %}-EDIT{% endif %} |
+ |