{% load i18n utils %} {% block help %}

For reporting problems you can use:

    {% if 'issues'|isinstalled %}
  1. {{ SITE_NAME }} issue tracking (Testbed operation related)
  2. {% endif %}
  3. Confine projecte redmine (Software related)
{% endblock %} {% block membership %} {% if user.join_requests.exists %}

You have a pending membership request for {% for req in user.join_requests.all %} {{ req.group }}, {% endfor %} {% elif not user.groups.exists %}

You may want to create a group or join to an existing one to be able to create slices or nodes.

{% endif %} {% endblock %} {% block tinchosts %} {% if 'mgmtnetworks.tinc'|isinstalled %} {% if not user.tinc_hosts.exists %}

You may want to create a tinc host for accessing the management network.

{% endif %} {% endif %} {% endblock %}