{% comment %}
Child elements of this div will become orderable elements. Do not place additional
"furniture" elements here unless you intend them to be part of the child ordering.
{% endcomment %}
{% comment %} include custom child panel {% endcomment %}
{% for child in self.children %}
{% include "translations_inline_panel_child.html" %}
{% endfor %}
{% comment %} include custom child panel {% endcomment %}
{% include "translations_inline_panel_child.html" with child=self.empty_child %}
{# Align with guiding line of the preceding child panel. #}