{% if current_user.is_admin() %}
{{ _("CritiqueBrainz is a repository for Creative Commons licensed music and book reviews. It is based on data from MusicBrainz and BookBrainz, open music and book encyclopedias.") }}
{{ _("OSS Geek? {url|Contribute Here}")|expand({'url': 'https://github.com/metabrainz/critiquebrainz'})|safe }}
{% set expand={
'metabrainz': ' MetaBrainz Foundation '
}
%}
{{ _("Brought to you by {metabrainz}")|expand(expand)|safe }}
{{ _("Found an Issue? {url|Report Here}")|expand({'url': 'https://tickets.metabrainz.org/browse/CB'})|safe }}