{% load i18n aristotle_help aristotle_tags util_tags %} {% if help or custom_help %}
Help on {{ model_name_plural }}

For more information on {{model_name_plural}}, read the help page.

{% if custom_help.creation_tip or help.creation_tip %}
Tips for creating {{model_name_plural}}
{% if custom_help.creation_tip %}
{{ custom_help.creation_tip | bleach }}
{% else %}
{{ help|relinked:"creation_tip" }}
{% endif %} {% endif %} {% endif %}