{% 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 %} {% else %}

*crickets chirping*

{% if current_user.is_authenticated %}

Add some images to the group!

{% else %}

Login to start managing this image group!

{% endif %}
{% endif %} {% endblock %}