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

Restricted Software

{% if software_list %}
{% for s in software_list %} {% endfor %}
SoftwareDescriptionStatus
{{ s.software }} {{ s.software.description|truncatewords:"20" }} {% if s.accepted %}

- accepted {{ s.accepted_date|date }}

{% endif %} {% if s.pending %}

- Request pending

{% endif %}
{% else %}

No restricted software currently available.

{% endif %}
{% endblock %}