{% extends 'convention/base.html' %} {% load access %} {% block title %} Events | {{ block.super }} {% endblock title %} {% block content %}

Events

{% for convention in conventions %}

{{ convention.name|attr:convention.language }}

From {{ convention.featured.ceremony_opening_time }}

To {{ convention.featured.ceremony_closing_time }}

{% if convention.app_id_ios %}

iOS app

{% endif %} {% if convention.app_id_android %}

Android app

{% endif %} {% if convention.app_url_pwa %}

Progressive Web App

{% endif %}

Exported JSON

Edit
{% endfor %}
Add convention
{% endblock content %}