pdnew/themes/default/templates/renderable/taggable.html

9 lines
267 B
HTML

{% 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 %}