Your local apps:
{% if not apps %}

No local apps set up yet!

{% else %}
{% for x in apps %} {% endfor %}
Project Name Location Share? Unbind?
{{x}} {{apps[x]}} {% if sharing[x] %}public {% else %}private {% endif %} X
{% endif %}