{% extends 'base.html' %} {% load plugins %} {% load buttons %} {% load custom_links %} {% load helpers %} {% block title %}{{ object }}{% endblock %} {% block header %}
Software Version | {% if object.software %} {{ object.software }} {% else %} — {% endif %} |
Assigned To | {% if object.assigned_to %} {{ object.assigned_to }} {% else %} — {% endif %} |
Valid Start | {{ object.start }} |
Valid End | {{ object.end }} |
Preferred Version | {% if object.preferred is True %} {% else %} {% endif %} |