{% extends "aristotle_mdr_help/base.html" %} {% load aristotle_tags i18n %} {% block title %}Help{% endblock %} {% block breadcumbs %}
  • Help
  • {% endblock %} {% block help_content %}

    Below is a list of all help pages available in this registry, click the name for more information.

    Help on different item types available in this registry can be found in the Concept help pages.

    {% for obj in object_list %} {% endfor %}
    Name Details
    {{ obj.title }} {{ obj.body|striptags|truncatewords:20 }}
    {% endblock %}