{% load i18n %} {% load custom_tags %} {% if manager.containers.orphaned %} {% for d in manager.containers.images %}
  • {{ d.name|truncatebefor:"35" }} {% if d.countAnnotations %} a{% endif %} {% if not d.isOwned %} l{% endif %}
  • {% endfor %} {% else %} {% for d in manager.containers.images %}
  • {{ d.name|truncatebefor:"35" }} {% if d.countAnnotations %} a{% endif %} {% if not d.isOwned %} l{% endif %}
  • {% endfor %} {% endif %}