{% extends 'layout.html' %} {% block nav_groups %}selected{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if images %} {% else %}

*crickets chirping*

{% if g.user %}

Add some images to the group!

{% else %}

Login to start managing this image group!

{% endif %}
{% endif %} {% endblock %} {% block script %} {% endblock %}