{% set title = "Presentations & Papers" %} {% set toc = [ ("TUM2019", 'TUM2019', None), ("PyConFr 2018", 'PyConFr2018', None), ("TUL2017", 'TUL2017', None), ("TUB2016", 'TUB2016', None), ("Jeudi du Libre 2016", 'jdl2016', None), ("TUBA2015", 'TUBA2015', None), ("TUL2014", 'TUL2014', None), ("TUB2013", 'TUB2013', None), ("TUL2012", 'TUL2012', None), ("TUL2011", 'TUL2011', None), ("PyCONFR 2010", 'PyConFr2010', None), ("EUROPYTHON 2010", 'EUROPYTHON2010', None), ] %} {% extends "layout-toc.html" %} {% from "utils.html" import background %} {% block style %} {{ super() }} {{ background('banner-presentations') }} {% endblock %} {% block content %}
{{ super() }} {% endblock content %} {% block main %}If you made a presentation around Tryton and want to be listed here, please send an email to foundation@tryton.org.