{% extends "layout.html" %} {% block content %}
Image>

{{ event.event_info.title }}

Created by {{ host.moniker }} ( Account: {{ host.address }} )


At this event your enthusiasm for secure, decentralized transactions will be put into meaningful context thanks to brand leaders willing to share their case studies and collaborative problem-solving workshops. Join us and harness the passion of Blockchain to build a more sustainably streamlined future.


{{ event.event_info.description }}


In this event you can :

  • Meet and network with over 200 cross-industry Blockchain leaders and innovators
  • Exchange ideas, share insights, and strengthen the business relationships to your success
  • Look at how early adopters of the technology are applying blockchain to their business operations.

{{ event.event_info.location }}

{{ event.display_start_time }}

{{ event.display_end_time }}

{{ googlemap("simple-map", 47.6101, -122.2015, markers=[(47.6101, -122.2015)]) }}

How many tickets have been sold?


{% if num_txs > 0 %}
{% for tx_list in tx_lists %} {% for tx in tx_list %} {% endfor %} {% endfor %}
Hash Time
{{ tx.hash }} {{ to_display_time(tx.time) }}
{{ shorten_hash(tx.hash) }} {{ to_short_time(tx.time) }}
{% for tx_list in tx_lists %} {% for tx in tx_list %}
{{ to_display_time(tx.time) }}
{{ to_short_time(tx.time) }}
{% endfor %} {% endfor %}
{% else %}

No one has got the ticket yet. Be the first one on the list !

{% endif %}
{% endblock %}