{% extends "account/layout.html" %} {% from "_help.html" import render_help_title, render_help_body %} {% block title %}{{ render_help_title(title) }}{% endblock %} {% block contents %} {% if not_found is defined and not_found %}

{{ _("Documentation Not Found") }}

{{ _("The online documentation could not be found.") }}

{% else %} {{ render_help_body(title, toc, body) }} {% endif %} {% endblock %}