{% if rows %}
{% for edge in edges %} {% endfor %} {% for row in rows %} {% if row.is_head %} {% endif %} {% endfor %}
{% for row in rows %}
{% if not row.pushed %}{% endif %} {% for ref in row.refs %}{{ ref }}{% endfor %} {{ row.subject }} {{ row.short_hash }}
{% endfor %}
{% else %}

No commits yet

{% endif %}