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

    Below is a list of all help pages about the different concept types available in this registry, click the name for more information. To see a list of help pages for concept types provided by an extension click the extension name.

    Generic help pages can be found in the Help index page.

    {% for obj in object_list %} {% if obj.get_model %} {% endif %} {% endfor %}
    Name Provided by Details
    {{ obj.get_model.get_verbose_name }} {{ obj.get_app.verbose_name }} {% help_doc obj.get_model %}
    {% endblock %}