{% block trans %} {% if pagename != 'index' %}
{% endif %} {% if pagename in [ 'intro', 'index', 'whats_new', 'further_examples_and_use_cases', 'quickstart', 'decorating_classes', 'parameters', 'call_history_and_statistics' ] or 'appendix' in pagename %} {# Determine button image #} {% if pagename in ['index', 'intro', 'what_log_calls_can_decorate', 'writing_indent_aware_debug_messages', 'dynamic_control_of_settings', 'further_examples_and_use_cases'] %} {% set fn = "_static/Donate-BLUE.png" %} {% else %} {% if pagename in ['whats_new', 'parameters', 'using_loggers', 'indirect_values', 'record_history_deco'] %} {% set fn = "_static/Donate-ORANGE.png" %} {% else %} {% if pagename in ['installation', 'decorating_classes', 'retrieving_changing_defaults', 'call_history_and_statistics', 'appendix_I_parameters_reference'] %} {% set fn = "_static/Donate-AQUA.png" %} {% else %} {# ['quickstart', 'accessing_method_wrappers', 'bulk_external_redecorating', 'call_chains', 'appendix_II_what_has_been_new', 'genindex'] #} {% set fn = "_static/Donate-YELLOW.png" %} {% endif %} {% endif %} {% endif %}

{# Emit footer contrib msg text + button. #} {% if pagename in ['intro', 'index'] %} You can show your appreciation and support of log_calls {% else %} {% if pagename in ['whats_new', 'further_examples_and_use_cases'] or 'appendix' in pagename %} Has log_calls helped you? You can show your appreciation and support {% else %} {% if pagename in ['quickstart', 'decorating_classes', 'parameters', 'call_history_and_statistics'] %} Have you found this helpful? You can show your appreciation and support {% endif %} {% endif %} {% endif %} {# by #} by .

{% endif %}

Built with Sphinx using a tweaked Read the Docs theme.

{% endblock %}