{% extends "base.html" %} {% block content %}
{# Page Header #}

{{ _('Add New Tablet') }}

{{ _('Register a new tablet in the system') }}

{# Tablet Form #}

{{ _('Tablet Information') }}

{{ _('Each tablet must have a unique serial number') }}

{{ _('Cancel') }}
{% endblock %}