layout |
---|
liste |
Remote attendees can be found below
{% assign sorted = site.data.EVENT_onsite | sort_natural: 'name' %} {% for entry in sorted %} {% endfor %}Name | Company | ASN | IRC / matrix nick |
---|---|---|---|
{{ entry.name }} | {{ entry.company }} |
{% if entry.asn %}
{% if entry.asn contains ',' %}
{% assign asns=entry.asn | split: ',' %}
{% else %}
{% assign asns=entry.asn | split: ' ' %}
{% endif %}
{% for asn in asns %}
{{ asn|remove:"AS" }} {% endfor %} {% endif %} |
{{ entry.irc }} |
Onsite attendees can be found above
{% assign sorted = site.data.EVENT_online | sort_natural: 'name' %} {% for entry in sorted %} {% endfor %}Name | Company | ASN | IRC / matrix nick |
---|---|---|---|
{{ entry.name }} | {{ entry.company }} |
{% if entry.asn %}
{% if entry.asn contains ',' %}
{% assign asns=entry.asn | split: ',' %}
{% else %}
{% assign asns=entry.asn | split: ' ' %}
{% endif %}
{% for asn in asns %}
{{ asn|remove:"AS" }} {% endfor %} {% endif %} |
{{ entry.irc }} |