{% load automate_tags %}
{{ actuator.name }} {% if groupview %} ({{ actuator.class_name }}) {% endif %}
{% object_status actuator %}
{% if service.show_actuator_details %} {% for p in actuator.program_stack reversed %}
{% program_status actuator p %}
{% endfor %} {% endif %}