{% macro build_document_crumbs(document) %} {%- endmacro %} {% macro get_document_buttons(document, edit_link) %} {% if document.parent %} {# If there is a parent doc, use it for translating. #} {% set translate_url = url('wiki.select_locale', document_path=document.parent.full_path) %} {% else %} {% set translate_url = url('wiki.select_locale', document_path=document.full_path, locale=document.locale) %} {% endif %} {% if not edit_link %} {% set edit_link = url('wiki.edit_document', document.full_path, locale=document.locale) %} {% endif %}
{%- endmacro %} {% macro get_document_subnav(html) %} {%- endmacro %} {% macro get_document_quick_links(html) %}