{% extends 'base.html' %} {% from 'macros/image.html' import gallery_item %} {% block nav_groups %}selected{% endblock %} {% block head %} {% if images %} {% endif %} {% endblock %} {% block header %} {% if images %}
{% else %} {% endif %} {% endblock %} {% block content %} {% if images %}Add some images to the group!
{% else %}Login to start managing this image group!
{% endif %}