{% load staticfiles %}
| VCS | |
|---|---|
| name | {% if vcs.name %} {{ vcs.name }} {% else %} No Vesioning Control System found. {% endif %} |
| Origin | {{ vcs.origin_url }} |
| Last pull requests |
|
| Last Commit |
{{ vcs.last_commit.message }}
{{ vcs.last_commit.date|date:"D d M Y G:i" }}
|
| Python | |
|---|---|
| Version | {{ python.version }} |
| Libraries | |
|---|---|
| {{ lib }} | {{ version }} |