MetaBrainz Foundation
  • {{ _('About ') }}
    • {{ _('The Foundation') }}
    • {{ _('Projects') }}
    • {{ _('Datasets') }}
    • {{ _('Team') }}
    • {{ _('Shop') }}
  • {{ _('Policies ') }}
    • {{ _('Social Contract') }}
    • {{ _('Code of Conduct') }}
    • {{ _('Privacy Policy') }}
    • {{ _('Conflict Resolution Policy') }}
    • {{ _('GDPR Compliance') }}
  • {{ _('Supporters') }}
  • {{ _('Sponsors') }}
  • {{ _('Reports ') }}
    • {{ _('Archived Annual Reports') }}
    • {{ _('Financial Reports') }}
    • {{ _('Donors') }}
  • {{ _('Donate') }}
{# Not showing supporter stuff on error pages. If attempt to load supporter info fails there, page will not render. #} {% if not error %}
    {% if not current_user or current_user.is_anonymous %}
  • {{ _('Register') }}
  • {{ _('Sign in') }}
  • {% else %}
  • {{ current_user.musicbrainz_id }}
    • {{ _('Your profile') }}
    • {{ _('OAuth applications') }}
    • {{ _('Sign out') }}
  • {% endif %}
{%- endif -%}