Skip to content
Snippets Groups Projects
Select Git revision
  • 646-track-credit
  • user-collections
  • develop default
  • live-streaming
  • eliotberriot-develop-patch-30242
  • master
  • build-docker-unprivileged
  • 463-user-libraries
  • avatar-everywhere
  • playlist-component
  • 303-json-ld
  • 334-don-t-display-an-empty-page-browser
  • 316-ultrasonic
  • ButterflyOfFire/funkwhale-patch-1
  • 278-search-browse
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
  • 0.14.2
  • 0.14.1
  • 0.14
  • 0.13
  • 0.12
  • 0.11
  • 0.10
  • 0.9.1
  • 0.9
  • 0.8
  • 0.7
  • 0.6.1
  • 0.6
  • 0.5.4
35 results

template.rst

Blame
  • Forked from funkwhale / funkwhale
    6319 commits behind the upstream repository.
    template.rst 646 B

    Upgrade instructions are available at https://docs.funkwhale.audio/index.html

    {% for section, _ in sections.items() %} {% if sections[section] %} {% for category, val in definitions.items() if category in sections[section]%} {{ definitions[category]['name'] }}:

    {% if definitions[category]['showcontent'] %} {% for text in sections[section][category].keys()|sort() %} - {{ text }} {% endfor %}

    {% else %} - {{ sections[section][category]['']|join(', ') }}

    {% endif %} {% if sections[section][category]|length == 0 %} No significant changes.

    {% else %} {% endif %}

    {% endfor %} {% else %} No significant changes.

    {% endif %} {% endfor %}