{% extends 'base.html' %} {% load base_extras inventory_extras %} {% block content %}

{% machine_type_icon machine %} {% machine_platform_icon machine %} {% if machine.computer_name %}{{ machine.computer_name }} / {% endif %}{{ serial_number }} / macOS apps

{% if tabs %} {% for ms, rows in tabs %}
{% for app_instance, app, bundle_link, version_link in rows %} {% endfor %}
Bundle Version Path
{% if bundle_link %} {{ app.all_names|join:" / "|default:"-" }} {% else %} {{ app.all_names|join:" / "|default:"-" }} {% endif %} {% if app.bundle_id %}
{{ app.bundle_id }}{% endif %}
{% if version_link %} {% endif %} {% for v in app.all_versions %} {% if not forloop.first %}
{% endif %}{{ v }} {% empty %} - {% endfor %} {% if version_link %}
{% endif %}
{{ app_instance.bundle_path|default:"" }}
last change
{% if ms.public_ip_address %}{{ ms.public_ip_address }} - {% endif %} {{ ms.mt_created_at|date:'r'|default:'-' }}
{% if ms.last_commit.last_seen %}
last seen
{{ ms.last_commit.last_seen|date:'r' }}
{% endif %}
{% endfor %} {% endif %} {% endblock %} {% block extrajs %} {% endblock %}