{% blocktrans %}
This agenda doesn't have any event yet. Click on the "New Event" button in
the top right of the page to add a first one.
{% endblocktrans %}
{% blocktrans %}
This agenda doesn't have any meeting type yet. Click on the "New Meeting Type" button in
the top right of the page to add a first one.
{% endblocktrans %}
{% endif %}
{% trans 'Time Periods' %}
{% if object.timeperiod_set.count %}
{% for time_period in object.timeperiod_set.all %}
{% blocktrans %}
This agenda doesn't have any time period yet. Click on the "New Time Period" button in
the top right of the page to add a first one.
{% endblocktrans %}