{% extends "main.html" %} {% block title %}Software License{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Software License Details

{% with l.software.get_current_license as current %} {% if current == l %} {% else %} {% endif %} {% endwith %} {% if l.version %} {% endif %} {% if l.date %} {% endif %}
Software {{ l.software }}
CurrentCurrent licenseOut of date license.
Version {{ l.version }}
Date {{ l.date|date }}
Text {{ l.text|safe|linebreaks }}
{% endblock %}