{% load staticfiles %}
| VCS | |
|---|---|
| name | {% if vcs.name %} {{ vcs.name }} {% else %} No Vesioning Control System found. {% endif %} |
| Last Commit | {{ vcs.last_commit.message }} |
| Origin | {{ vcs.origin_url }} |
| Python | |
|---|---|
| Version | {{ python.version }} |
| Libraries | |
|---|---|
| {{ lib }} | {{ version }} |