{% translate "Export Components List" %}
{% for group in grouped_components %}{{ group.zone.name }}
| {% translate "ID" %} | {% translate "Name" %} | {% translate "Type" %} | {% translate "Show in App" %} |
|---|---|---|---|
| {{ component.id }} | {{ component.name }} | {{ component.controller_type }} | {{ component.show_in_app|yesno:"Yes,No" }} |
{% translate "No components found for the current filters." %}
{% endfor %}