{% load position_tags %} {% get_applicable_positions content_type_id object_id as app_positions %} {% get_content_positions content_type_id object_id as selected_positions %}
{% if selected_positions %} {{ selected_positions|length }} position{{ selected_positions|length|pluralize }} selected {% else %} No positions selected {% endif %}
{% for position in selected_positions %}
 {{ position.name }}
{% endfor %}