{% extends "base.html" %} {% block title %}Projects - Hermes{% endblock %} {% block content %}
| Name | Path | Branch | Last Commit | Time | Dirty | Gitea |
|---|---|---|---|---|---|---|
| {{ proj.name }} | {{ proj.path }} | {{ proj.branch or 'N/A' }} | {% if proj.commit_short %} {{ proj.commit_short }} {{ proj.commit_msg[:50] }} {% else %} {{ proj.status }} {% endif %} | {% if proj.commit_time %}{{ proj.commit_time|int|rel }}{% else %}N/A{% endif %} | {{ proj.dirty_count }} | {% if proj.gitea_repo %} ↗ {% endif %} |