{% extends 'default/templates/renderable/administerable.html' %} {% block footer %} {{ super() }} {% if content.tag_collection_id and content.tag_collection.items|length %} {{ content.tag_collection.render('inline') }} {% endif %} {% endblock %}