{% extends 'layout.html' %} {% block nav_groups %}selected{% endblock %} {% block head %} {% 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 %}