{% extends "base.html" %}
{% block title %}Delete {{ grating.name }}{% endblock %}
{% block body %}
{{ grating.grating_type }} · {{ grating.period_lpermm }} l/mm · {{ grating.id }} {{ request.args.get("message") }}
This grating has {{ linked_runs|length }} linked saved run{% if linked_runs|length != 1 %}s{% endif %}.
Delete {{ grating.name }}