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

    Below is a list of all help pages about the different concept types available in this registry, provided by the extension '{{ app.verbose_name }}'. Click the name for more information. To see a list of help pages for all concept types go to the Concept help pages.

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

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