{% extends "base.html" %} {% load helpers %} {% block header %}
Created {{ object.created }} · Updated {{ object.last_updated|timesince }} ago
| Description | {{ object.description }} | |
| Policy Template | {{ object.policy_template_path }} | |
| Networks | {% if object.networks %} |
{% else %}
{% endif %} |
| Services | {% if object.services %} |
{% else %}
{% endif %} |
| Terms | {% if object.terms %} |
{% else %}
{% endif %} |