{% load icons %}
Service | {% if not services_without_venture_mode %}Venture | Relation | {% endif %}State | {% if perm_to_edit %}Actions | {% endif %}
---|---|---|---|---|
{{ service.name }} | {% if not services_without_venture_mode %}{% if service.venture_id %} {{ service.venture }} {% else %} - {% endif %} | {{ service.relation_type|default:"None" }} | {% endif %}{{ service.state }} | {% if perm_to_edit %}{% spaceless %} {% icon 'fugue-toolbox--pencil' %} Edit {% endspaceless %} | {% endif %}