{% extends "statusboard/base.html" %} {% load humanize %} {% load statusboard_extras %} {% block content %}
{{ m.name }} - scheduled in {{ m.scheduled|naturaltime }} {% if perms.statusboard.delete_maintenance %} delete {% endif %} {% if perms.statusboard.edit_maintenance %} edit {% endif %}
{{ m.description }}