{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Infrastructure Manager Sync VM Snapshot Info
Infrastructure Manager Sync {% if object.ims %} {{ object.ims |linkify }} {% else %} {{ ''|placeholder }} {% endif %}
Virtual Machine {% if object.vm %} {{ object.vm |linkify }} {% else %} {{ ''|placeholder }} {% endif %}
Number of snapshots {% if object.number_of_snapshots %} {{ object.number_of_snapshots }} {% else %} {{ ''|placeholder }} {% endif %}
Disk space used by snapshots {% if object.total_disk_usage_snapshots %} {{ object.total_disk_usage_snapshots | humanize_disk_capacity }} {% else %} {{ ''|placeholder }} {% endif %}
Last snapshot name {% if object.last_snapshot_name %} {{ object.last_snapshot_name }} {% else %} {{ ''|placeholder }} {% endif %}
Last snapshot date {% if object.last_snapshot %} {{ object.last_snapshot }} {% else %} {{ ''|placeholder }} {% endif %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}