<ol>
<li>Higher quality jobs</li>
<li>Productivity benefits</li>
<li>More resiliency than other business forms</li>
</ol>
<ol>
{% for item in items %}
<li>{{ item }}</li>
{% endfor %}
</ol>
{
"items": [
"Higher quality jobs",
"Productivity benefits",
"More resiliency than other business forms"
]
}
There are no notes for this item.