{% extends 'warp_base.html' %} {% load staticfiles %} {% comment %} {% endcomment %} {% block custom_style_link %}{% endblock %} {% block custom_style_inline %} .thumbs {border-style: solid; border-width: 1px;} .panel {margin-bottom: 4px;} #remove:hover {cursor: pointer; cursor: hand; color:blue} #recover:hover {cursor: pointer; cursor: hand; color:blue} {% endblock %} {% block custom_js %} {% endblock %} {% block onload %}{% endblock %} {% block titolo %}DATASET {{dataset.name}}{% endblock %} {% block menu %}
  • datasets admin
  • {% endblock %} {% block contenuto %}
    {% for dataset in groups %}
    {% if dataset.name != '__TRASH' %}New image{% endif %} {% for item in items %} {% if item.dataset.pk == dataset.pk %} {% endif %} {% endfor %}
    # source target name
    {{item.pk}} {% if item.sorgente %}{% endif %} {% if item.webimg %}{% endif %} {{item.titolo}} {% if dataset.name != '__TRASH' %} {% else %} {% endif %}
    {% if dataset.name != '__TRASH' %}New image{% endif %}
    {% endfor %}
    {% endblock %} {% block piedipagina %}{% endblock %}