{% extends "global/layout.html" %} {% block title %}{{ _('Meetings') }}{% endblock %} {% block headextra %} {%- endblock %} {% block content %}

{{ _('Logs of past I2P meetings') }}

{% trans -%} Meetings are currently on hold until a more suitable time can be chosen. {%- endtrans %}

{% trans blogindex=get_url('blog_index') -%} If you have something to discuss, please find the developers on IRC in #i2p-dev. Status updates from developers are also available. {%- endtrans %}

{%- from "global/macros" import render_pagination with context -%} {{ render_pagination(pagination) | safe }} {% endblock %}