{% extends "panel_base.html" %} {% block header_title %}{{gettext("Product Gallery")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("Product Gallery")}}{% endblock %} {% block content %}

{{gettext("Product Gallery")}}

{{gettext("Drop files here to upload")}}
{#
#}
{% for image in product.images %}
image

{{gettext("Settings")}}

{% endfor %}
{% endblock %}