{% if option.exists and option.bootstrapped %} {{ option.project_name }} {% if option.status_label != "Ready" or option.git_branch %} {% if option.status_label != "Ready" %}{{ option.status_label }}{% endif %}{% if option.git_branch %}{% if option.status_label != "Ready" %} / {% endif %}{{ option.git_branch }}{% endif %} {% endif %} {{ option.path }} {% else %}
{{ option.project_name }} {% if option.status_label != "Ready" %} {{ option.status_label }} {% endif %} {{ option.path }}
{% endif %}
{% if option.selected %} {% elif option.exists and option.bootstrapped %} Open {% elif option.exists %}
{% csrf_token %}
{% endif %}
{% csrf_token %}