{% macro icon(name) %} {% endmacro %} {% macro evidence_link(index=0, label='') %} {{ label or t.evidence_open }} {% endmacro %} {% macro note_rows(items) %}
{% for item in items %} {% endfor %}
{% endmacro %} {% macro experience_card() %}
{{ t.experience }}

{% if data.experience %}{{ data.experience.lesson|truncate(120, true) }}{% else %}{{ t.experience_empty }}{% endif %}

{{ data.experience.situation|truncate(160, true) if data.experience else t.methods_empty_body }}

{% endmacro %} {% macro comparison_chart(compact=false) %} {% if stats.estimator_available and stats.preparations > 0 %} {% include 'components/comparison-chart.html' %} {% else %}

{{ t.no_comparison if stats.estimator_available else t.no_estimates }}

{% endif %} {% endmacro %} {% macro disclosure(identifier, title) %}

{{ caller() }}
{% endmacro %} {% macro number(value) %}{{ t.unknown_value if value is none else '{:,}'.format(value) }}{% endmacro %} {% macro coverage_notice() %} {% if stats.comparable_preparations > 0 %}{{ t.coverage_full if stats.comparable_preparations == stats.preparations else t.coverage_partial }}{% endif %} {% endmacro %}