1732802964a:1:{s:22:"ticket/main_images.htm";a:5:{s:8:"fileName";s:22:"ticket/main_images.htm";s:7:"content";s:480:"{% for key, img in images %}
<div class="col-md-2 col-4 p-1">
  <div class="ratio ratio-1x1 image-thumbnail position-relative mx-1">
    <img src="{{img.path}}" class="w-100 h-100" style="object-fit: cover">

    <button type="button" class="btn btn-icon btn-danger position-absolute bottom-0 end-0 m-1" style="width:30px; height: 30px" data-bs-toggle="modal" data-bs-target="#delete-img-{{key}}"><i class="fa fa-trash fs-tiny"></i></button>

  </div>
</div>
{% endfor %}";s:5:"mtime";i:1721965981;s:6:"markup";s:480:"{% for key, img in images %}
<div class="col-md-2 col-4 p-1">
  <div class="ratio ratio-1x1 image-thumbnail position-relative mx-1">
    <img src="{{img.path}}" class="w-100 h-100" style="object-fit: cover">

    <button type="button" class="btn btn-icon btn-danger position-absolute bottom-0 end-0 m-1" style="width:30px; height: 30px" data-bs-toggle="modal" data-bs-target="#delete-img-{{key}}"><i class="fa fa-trash fs-tiny"></i></button>

  </div>
</div>
{% endfor %}";s:4:"code";N;}}