{% extends 'generic/object.html' %} {% block content %}
Execution Details
Maintenance Plan {{ object.maintenance_plan }}
Device {{ object.maintenance_plan.device }}
Scheduled Date {{ object.scheduled_date|date:"Y-m-d H:i" }}
Completed Date {{ object.completed_date|date:"Y-m-d H:i"|default:"—" }}
Status {{ object.get_status_display }}
Technician {{ object.technician|default:"—" }}
Completed {% if object.completed %}Yes{% else %}No{% endif %}
Notes
{% if object.notes %}
{{ object.notes|linebreaksbr }}
{% else %}

No notes recorded.

{% endif %}
{% endblock %}