Your local apps:
{% if not apps %}

No local apps set up yet!

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