{% extends "global/layout.html" %} {% block title %}{{ _('Logs of past I2P meetings') }}{% endblock %} {% block headextra %} {%- endblock %} {% block content %}

{% trans mtgforum='http://'+i2pconv('zzz.i2p')+'/forums/20' -%} Regularly scheduled project meetings are held on the first Tuesday of every month at 8 PM UTC. Anyone can schedule and run a meeting, by posting the agenda in the meetings forum. {%- 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 %}