{# Contents Aera of a notes listing #}
{{ userbanner }}
{% if multiaction_bar is defined %}{{ multiaction_bar }} {% endif %}
{% if gtrans is defined %}{% include 'gtrans.html' %}{% endif %}
{% if descr is defined %}
{{ descr }}
{% endif %}
{% if no_entry_msg %}
{{ no_entry_msg }}
{% endif %}
{% if scroll_prev is defined %}{{ scroll_prev }} {% endif %}
{% if contents %}{{ contents }}
{% endif %}
{% if scroll_next is defined %}{{ scroll_next }} {% endif %}