copyleftconf-website/pinaxcon/templates/registrasion/badge.svg

15 lines
475 B
XML
Raw Normal View History

2017-11-29 02:02:28 +00:00
{% spaceless %}
2017-01-09 07:58:00 +00:00
2017-11-29 02:02:28 +00:00
{% load nbpy_tags %}
{% name_split user.attendee.attendeeprofilebase.attendeeprofile.name as split_name %}
{% ticket_type as ticket %}
{% affiliation ticket user as aff %}
{% company_split aff as split_affiliation %}
2017-11-29 02:22:32 +00:00
{% special user as special %}
2017-01-09 07:58:00 +00:00
2017-11-29 02:02:28 +00:00
{% with name1=split_name.first name2=split_name.last affiliation1=split_affiliation.first affiliation2=split_affiliation.last %}
{% include "registrasion/badge_outer.svg" %}
{% endwith %}
{% endspaceless %}