{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% load tz %} {% load static %} {% block title %} {{ object }} - Design Protection {% endblock %} {% block content %} {% for key, value in design_protection.items %} {% endfor %}
Attribute Referencing Design Deployments
{{ key }} {% with deployment=value %} {{ deployment }} {% endwith %}
{% endblock %}