{% extends "oy/contrib/media/admin/list.html" %} {% import 'admin/actions.html' as actionlib with context %} {% block head %} {{ super() }} {% endblock %} {% block body %} {% block model_menu_bar %} {{ super() }} {% endblock %} {% block actions %} {{ actionlib.form(actions, get_url('.action_view')) }} {% endblock %}
{% if data %}
{{ _gettext('Select all records') }}
{% endif %}
{% for row in data %}
{{ row.title }}
{% endfor %} {% if not data %}

{{ gettext("No images here!") }}

{{ gettext("Try uploading one") }}

{% endif %}
{% endblock %} {% block tail %} {{ super() }} {% endblock %}