{% load staticfiles %} About this project
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 }}
{% for lib, version in libs.iteritems %} {% endfor %}
Libraries
{{ lib }} {{ version }}