{% blocktrans trimmed with name=object %}
Warning this deletes the component and all depending content.
Go back if you don't want to this and you didn't hit delete.
You can abort the deletion process with reset if it is shown.
It is always shown except no deletion is in progress.
{% endblocktrans %}
{% trans 'Deleted Content' %}
{% for content in object.contents.all %}
{{content}}
{% endfor %}
{% if not remaining or remaining == 0 %}
{% endif %}
{% if remaining %}
{% endif %}