{{ project.name }}

Solution containing {{ project.plcs | length }} PLC project{{ 's' if (project.plcs | length) != 1 else '' }}.

PLC projects

{% if project.plcs %} {% for plc_name, plc in project.plcs | dictsort %} {% endfor %}
PLC projectObjects
{{ plc.name }} {{ plc.objects | length }}
{% else %}

No PLC projects discovered in this solution.

{% endif %}