{% load i18n %} {% load eventurl %} {% load bootstrap3 %}

{% trans "Registration ID" %}

{% if regid %}

{% blocktrans trimmed with regid=regid.regid %} This order's registration ID is: {{ regid }}. {% endblocktrans %}

{% else %}

{% trans "Registration ID is not set. Maybe this order existed before the registration ID module, or your settings don't allow for a product type or state to get a registration ID." %}

{% endif %}