{% if error %}

Something went wrong

{{ error }}

{% else %}

Nothing to show

{% if not unstaged and not untracked %}

Turn on 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 — nothing unstaged, nothing untracked.

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

Comparing against {{ current_base_ref }}

{% endif %}