{% load helpers %}
Infrastructure Manager Sync VM Snapshot Info
Infrastructure Manager Sync {% if imsvm.ims %} {{ imsvm.ims |linkify }} {% else %} {{ ''|placeholder }} {% endif %}
Number of snapshots {% if imsvm.number_of_snapshots %} {{ imsvm.number_of_snapshots }} {% else %} {{ ''|placeholder }} {% endif %}
Disk space used by snapshots {% if imsvm.total_disk_usage_snapshots %} {{ imsvm.total_disk_usage_snapshots | humanize_disk_capacity }} {% else %} {{ ''|placeholder }} {% endif %}
Last snapshot name {% if imsvm.last_snapshot_name %} {{ imsvm.last_snapshot_name }} {% else %} {{ ''|placeholder }} {% endif %}
Last snapshot date {% if imsvm.last_snapshot %} {{ imsvm.last_snapshot }} {% else %} {{ ''|placeholder }} {% endif %}