{% extends 'base.html' %} {% load filter_extras %} {% block content %}

{{ navigation_entry.title }}

{% for section in navigation_entry.sections %} {% if user|in_group:section.group %}

{{ section.title }}

{% endif %} {% endfor %} {% endblock %}