{% extends "checkin/index.html" %} {% load bootstrap3 %} {% load i18n %} {% block main %}

{% trans "The Service Order number is an 8-digit code printed on your work confirmation" %}

{% bootstrap_form form %} {% buttons %}
{% trans "Back" %}
{% endbuttons %}
{% endblock main %}