{% extends "gstudio/base.html" %} {% load gstudio_tags %} {% load i18n %} {% block title %}Wikipages{% endblock %} {% block content %}

Here is a list of all the pages:


{% if user.is_authenticated %}
{% endif %} {% for each in pages.member_systems.all %} {{each.title}}
{% endfor %} {% if user.is_authenticated %} {% endif %}


{% endblock %}