Django Stories 1.0beta1 documentation
Main related object node that handles multiple template tags:
Gets all relations to a story
Syntax:
{% get_related_content item as var_name %}
Example:
{% get_related_content story as story_rels %}
Gets relations to a story based on the content type
Syntax:
{% get_related_content_type item content_type as var_name %}
Example:
{% get_related_content_type story Image as story_photos %}
Gets the relations to a story based on the relation type
Syntax:
{% get_relation_type item relation_type as var_name %}
Example:
{% get_relation_type story leadphoto as leadphoto %}