Your local apps:

{% if not apps %}

No local apps set up yet!

{% else %}
{% for x in apps %} {% endfor %}
Project Name Location Toggle Sharing Config
{{x}}   {% if share[x] %} (shareable) {% endif %} {{apps[x]}} {% if config["tunnel"] %} {% if share[x] %}Disable {% else %}Enable {% endif %} {% else %} Enable {% endif %} config
{% endif %}