{% extends 'base.html' %} {% load custom_tags %} {% block inline_css %} {{block.super}} {% include 'user_image/image_set.css' %} {% include 'view_menu.css' %} {% endblock %} {% block title %} Images {% endblock %} {% block content %}
{% block search_menu %} {% url 'images-tag' as tag_url %} {% url 'images-location' as location_url %} {% with curr_url=request.path %} Search: tag | location {% endwith %} {% endblock %}
Show: {{ show_images_form.calibrated }}   {{ show_images_form.processing }}   {{ show_images_form.failed }}  
{% block search_settings %} {% endblock %}
{% block search_results %}
{% with size=request.GET.thumbnail_size %} View: small | medium | large {% endwith %}
{% include 'user_image/paginated_image_set.html' with image_page=image_page thumbnail_size=request.GET.thumbnail_size %} {% endblock %}
{% endblock %}