{% load i18n %} {% if MINIDEBCONF_REGISTRATION and MINIDEBCONF_REGISTRATION.user == user %}

{% blocktrans with conference=WAFER_CONFERENCE_NAME %} Your {{ conference }} registration {% endblocktrans %}

{% blocktrans with id=MINIDEBCONF_REGISTRATION.id %} Your registration ID: {{ id }}. {% endblocktrans %}

{% blocktrans %} Print this page (or save it on your phone for offline access) and bring it with you for easy conference check in. {% endblocktrans %}

{% endif %}