Files @ 61cf00442673
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/registrasion/badge.svg

Brett Smith
proposals.forms: Link to one consistent Markdown cheat sheet.

I like this one best because it's most brief, visual, and clearly under a
free license (CC BY-SA 4.0).
{% spaceless %}

{% 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 %}
{% special user as special %}

{% with name1=split_name.first name2=split_name.last affiliation1=split_affiliation.first affiliation2=split_affiliation.last %}
  {% include "registrasion/badge_outer.svg" %}
{% endwith %}

{% endspaceless %}