{% extends 'pimanager/base.html' %} {% block content %} {% if actions %} {% for action in actions %} {% endfor %}
Enhet Kommando Lagt til Kjørt Returkode Utdata
{{ action.device }} {{ action.command }} {{ action.added }} {{ action.executed }} {{ action.return_code }} {{ action.output|linebreaksbr }}
{% endif %} {% endblock %}