{% load i18n %}
{% if federations %}
{% blocktrans count count=federations|length %} You have currently {{ count }} federation. {% plural %} You have currently {{ count }} federations. {% endblocktrans %}
{% include "federation_plugin/federation_panel.html" %} {% else %}{% blocktrans %}You have no federation currently.{% endblocktrans %} {% endif %}