{%- extends "!breadcrumbs.html" %} {%- block breadcrumbs_aside %}
  • {%- if hasdoc(pagename) and display_vcs_links %} {%- if display_github %} {%- if check_meta and 'github_url' in meta %} {{ _('Edit on GitHub') }} {%- else %} {% if check_meta and pagename.endswith(( '_module', '_become', '_cache', '_callback', '_connection', '_inventory', '_lookup', '_shell', '_strategy', '_vars', )) %} {# {{ _('Edit on GitHub') }} #}
    {% elif pagename == 'index' %}
    {% elif pagename.startswith('collections/') %}
    {% elif check_meta and pagename.startswith('cli') and meta.get('source', None) %} {{ _('Edit on GitHub') }} {% elif (not 'list_of' in pagename) and (not 'category' in pagename) %} {{ _('Edit on GitHub') }} {% endif %} {%- endif %} {%- elif display_bitbucket %} {%- if check_meta and 'bitbucket_url' in meta %} {{ _('Edit on Bitbucket') }} {%- else %} {{ _('Edit on Bitbucket') }} {%- endif %} {%- elif display_gitlab %} {%- if check_meta and 'gitlab_url' in meta %} {{ _('Edit on GitLab') }} {%- else %} {{ _('Edit on GitLab') }} {%- endif %} {%- elif show_source and source_url_prefix %} {{ _('View page source') }} {%- elif show_source and has_source and sourcename %} {{ _('View page source') }} {%- endif %} {%- endif %}
  • {%- endblock %}