{% extends "base.html" %} {% block title %}Открыть заказ — {{ app_name }}{% endblock %} {% block content %}

Доступ к заказу {{ public_id }}

Введите email, указанный при покупке

{% if error %}

{{ error }}

{% endif %}
{% endblock %}