{% extends "djohno/base.html" %} {% block content %}

Python version: {{ sys }}

{% for app, version in versions.items %} {% endfor %}
App Installed Version PyPI Version
{{ app }} {{ version.installed }} {% if version.latest %} {{ version.latest }} {% else %} Unknown {% endif %}
{% for p in path %} {% if p %} {% endif %} {% endfor %}
Python Path
{{ p }}
{% endblock %}