{% extends "gstudio/base.html" %} {% load pagination_tags %} {% load adminmedia grp_tags %} {% load i18n %} {% block content %} {% if user.is_authenticated %} {% autopaginate images 10 %}

Image Library


{% csrf_token %}

Search Image:


{% csrf_token %}

Post Image:

Title: 

Image: 

Description:  


IMAGES

{% for image in images %}

{{image.title}}

{% csrf_token %} {% for author in image.authors.all %} {% ifequal author.username user.username %}
{% else %} {% endifequal %} {% endfor %}
{% endfor %}
{% else %}

Sorry you need to log in to see this content !

{% endif %}

{% paginate %}

{% endblock %}