{% extends 'generic/object.html' %} {% block content %}
{% if ipg_table %}
Associated IPGs
{% for ipg in ipg_table %} {{ ipg|linkify }}
{% endfor %}
{% endif %}
{% endblock content %}