{% load base_tags %} {% block extra_head %} {% endblock %} {% block content %}
{% with registrant.event.groups.all.0 as event_group %} {% if event_group %} {% if event_group.logo %}
{{ event_group.name }}
{% 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" }}
{% if registrant.event.place and registrant.event.place.name %}
{% trans "Location: "%}
{{ registrant.event.place.name }}
{% endif %}
{% 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 %}
{% if staff.use_signature_on_certificate %} {{ staff.name }}
{{ staff.name }} - {{ staff.role }} {% else %} {{ staff.name }}
{{ staff.role }} {% endif %}
{% endfor %}
{{ registrant.event.group_location.location_name }}
{{ registrant.event.group_location.address }}
{{ registrant.event.group_location.city }}, {{ registrant.event.group_location.state }} {{ registrant.event.group_location.zipcode }}
{% include "events/registrants/certificate-sub-events-credits.html" %} {% endblock %}