{% for component_key, component_value in component.items %}
{% if component_key not in 'actions,type' %}
{{ component_key }}: {{ component_value }}
{% endif %}
{% endfor %}