{% ckan_extends %} {% block primary_content %} {% if request.args.get('collection_package_id') %}
{% snippet "snippets/related_collection.html", collection_package_id=request.args.get('collection_package_id') %}
{% endif %} {{ super() }} {% endblock %} {{ super() }}