{% extends "timerboard/form.html" %}
{% load i18n %}
{% block page_title %}
{% trans "Update Structure Timer" %}
{% endblock page_title %}
{% block page_header %}
{% trans "Update Structure Timer" %}
{% endblock %}
{% block submit_button_text %}
{% trans "Update Structure Timer" %}
{% endblock %}