{% if git.tracked %} {{ git.branch or 'detached' }} {% if git.upstream %} {% if git.ahead %}↑{{ git.ahead }}{% endif %} {% if git.behind %}↓{{ git.behind }}{% endif %} {% if git.dirty %}●{{ git.dirty }}{% endif %} {% if not git.ahead and not git.behind and not git.dirty %}synced{% endif %} {% else %} no remote {% endif %}
{% for p in filters.projects %}{% endfor %}
{% else %} No git repo {% endif %}