{% for label, value in object_summary_items %}
{{ label }}
{% if value %} {{ value|safe }} {% else %} - {% endif %}
{% endfor %}