{% import "Webmaster/macros/master.html" as master with context %} {% import "Webmaster/macros/forms.html" as f with context %} {% include "Webmaster/Package/Publisher/Admin/_include.html" %}
{{ f.csrf_field() }}
Add New Image


{% for img in images %}
{{ img.description | default('', true)}}
{% endfor %}
{{ master.pagination(images) }}