{% if wikis %}
{% if repo_wiki %} {{ repo_wiki }} {% else %}

This project doesn't have a wiki.

{% endif %}
{% elif about %}
{% if repo_readme %} {{ repo_readme }} {% else %}

This project doesn't have a README file.

{% endif %}
{% elif summary %}
Idle {{ repo_idle }}
Git clone URL {{ repo_cloneurl }}
{{ repo_clonessh }}
{% if repo_branches_list %} {{ repo_branches_list }} {% endif %}
Branch Commit message Author Age
{% if repo_tags_list %} {{ repo_tags_list }} {% endif %}
Tag Commit message Author Age
{% elif tree %} {% if repo_tree %} {{ repo_tree }}
Mode Name Type
{% else %}
{{ repo_bloblines }}
{{ repo_blob }}
{% endif %} {% elif issues %} {% if repo_issueslist %} {{ repo_issueslist }}
Id Name Author State Idle
Next → {% elif repo_issue %}

{{ repo_issuetitle }} - #{{ repo_issueid }}

State {{ repo_issuestate }}
Idle {{ repo_issueidle }}
Author {{ repo_issueauthor }}
Participants {{ repo_issueparticipants }}
{{ repo_issue }}
{% else %}

an error occured: no issues

{% endif %} {% elif refs %} {% if repo_branches_list %} {{ repo_branches_list }} {% endif %}
Branch Commit message Author Age
{% elif log %} {% if repo_commits_list %} {{ repo_commits_list }} {% else %}
Short commit ID Commit message Author Age
Author {{ repo_commit_author }}
Committer {{ repo_commit_committer }}
Commit {{ repo_commit_id }}
Parent {{ repo_commit_parent }}
Message {{ repo_commit_message }}
{{ repo_commit_diff }}
{% endif %} {% endif %}