{% load applicationcontent_tags pagination_tags i18n cloudcms_tags %}

{{ entry.title|upper }}

{% for content in entry.content.main %} {{ content.render }} {% endfor %}
{% if entry.get_next %} {% endif %} {% if entry.get_previous %} {% else %} {% trans "< Back to User Guide" %} {% endif%}
{% for service in services %} {% if service == entry.service %}

{{ service.translation.title_userguide|upper }}

{% if category == entry.category %}
    {% for e in service.userguideentries.active %}
  • {{ e.title }}
  • {% endfor %}
{% endif %}
{% endif %} {% endfor %}
{% for service in services %} {% if service.get_first_entry %}

{% if service != entry.service %} {% endif %} {{ service.translation.title_userguide|upper }} {% if service != entry.service %} {% endif %}

{% if service == entry.service %}
    {% for e in service.userguideentries.active %}
  • {{ e.title }}
  • {% endfor %}
{% endif %}
{% endif %} {% endfor %}