photos-6.0.x-dev/templates/photos-album-rearrange.html.twig
templates/photos-album-rearrange.html.twig
{{ limit_links }}
<div id="photos-sort-message">
{{ default_message }} <span id="photos-sort-updates"></span>
</div>
<ul id="photos-sortable" class="photos-sortable">
{% for album in albums %}
<li id="photos_{{ album.nid }}" data-id="{{ album.nid }}" class="photos-sort-grid">
{{ album.cover_image }}
</li>
{% endfor %}
</ul>
