{% with registrant.event.groups.all.0 as event_group %}
{% if event_group %}
{% if event_group.logo %}
{% endif %}
{{ event_group.name }}
{{ event_group.description|safe }}
{% else %}
{% endif %}
{% endwith %}
{% trans "Continuing Professional Education" %}
{% trans "Certificate of Program Completion" %}
{% trans "This is to certify that" %} {{ registrant.first_name }} {{ registrant.last_name }}
{% trans "License #: " %} {{ registrant.license_number }} {% trans "PTIN #: " %} {{ registrant.ptin}}
{% trans "has attended the following program" %}
{% trans "Topic: " %} {{ registrant.event.title }}
{% if registrant.event.delivery_method %}
{% trans "Method of Delivery: " %}
{{ registrant.event.delivery_method }}
{% endif %}
{% trans "Date:" %}
{{ registrant.event.start_dt|date:"F j, Y" }}
{% trans "Location: "%}
{{ registrant.event.place.name }}
{% trans "CPE Credits Earned: " %}
{{ registrant.credits_earned }}
({{ registrant.credits_earned_by_code }})
{% trans "In accordance with the standards of the National Registry of CPE Sponsors, CPE Credits have been granted based on a 50-minute hour." %}
{% for staff in registrant.event.certificate_signatures %}