{% extends 'base.html' %} {% block head %} {{ super() }} {% endblock head %} {% block body %} Options Tags Count Page Use base64 proxying? Show fullsize (instead of thumbnail image)? Show tags of image? {% if current_user.has_roles(['Admin']) %} History {% else %} {% endif %} Help {% for image in data %} Image #{{ image.index }}(source) {% if base64 %} {% else %} {% if showfull %} {% else %} {% endif %} {% endif %} {% if showtags %} Show Tags {% for tag in image.tags %} {{ tag }} {% endfor %} {% endif %} {% endfor %} {% endblock body %}