{% for filter in object|filters_in_location:"above_title" %}{# code "above_title" is defined in constants.py and can be redefined by COMMON_CATALOG_LOCATIONS in settings. #}
{{ filter.name }}
{% endfor %}
{{ object.name }}
{% for attr_type in object|list_attribute_types_for_location:"under_title" %}
{% for filter in attr_type|list_attributes:object %}