{% extends "base.html" %} {% load static %} {% block content %}

Versions

Our libraries are ever evolving. Keep up without latest updates here.

Current Version

{{ current_version.name }}

Released {{ current_version.release_date|date:"n/j/y" }}

{{ current_version.description }}

Past Versions
{% for v in version_list %} {% include "versions/_past_version_list_item.html" %} {% endfor %}
{% endblock %}