{% extends "gstudio/base.html" %} {% load gstudio_tags %} {% load i18n %} {% block content %} {% if user.is_authenticated %}

Here is a list of all the pages:


{% for each in pages.member_systems.all %} {{each.title}}
{% endfor %}


{% else %}

OOPS!!! Login Please!

{% endif %} {% endblock %}