{% if not current_user_data.account.is_default_account or current_user_data.sudoer %}
  • {% comment %} Leave this uncommented in case we want it back.
  • {% endcomment %} {% if navlet.is_editable %}
  • {% if navlet.mode == 'VIEW' %} {% else %} {% endif %}
  • {% endif %}
{% endif %}
{{ navlet.title }} {% if navlet.is_title_editable %} {% if not current_user_data.account.is_default_account or current_user_data.sudoer %} {% endif %} {% endif %}
{% if navlet.is_deprecated %}
This widget is deprecated. You may still use it, but it might not function properly.
{% endif %}
{% block navlet-content %} {% endblock %}