{% if error %}
⚠️

Error

{{ error }}

{% else %}

No changes found

{% endif %}
{% if not unstaged and not untracked %}

Enable "Unstaged" or "Untracked" to see changes.

{% elif unstaged and not untracked %}

No unstaged changes in your working directory.

{% elif not unstaged and untracked %}

No untracked files found.

{% else %}

Your working directory is clean - no unstaged or untracked files.

{% endif %} {% if current_base_ref != 'main' %}

Comparing against: {{ current_base_ref }}

{% endif %}