{% extends "pyfarm/user_interface/layout.html" %} {% block title %}Software{% endblock %} {% block software_nb_class %}active{% endblock %} {% block content %} {% for software_item in software %} {% endfor %}
Software Versions
{{ software_item.software }} {% for version in software_item.versions %} {{ version.version }} {% endfor %}
{% endblock %}