{% load i18n %}
{% block drag-row %}

{% if self.draggable %} {% endif %} {% block title %} {{ self.display_name|capfirst }} {% endblock %} {% if self.deletable %} {% endif %} {% if self.editable %} {% endif %} {% if self.pop_out %} {% trans "pop out" %} {% endif %}

{% endblock %} {# This needs to have no newlines in order to be :empty #}
{% block content %}{% endblock %}
{% block children %} {% endblock %}