{% if period %}

{{ period }}

{% endif %} {% if title %}

{{ title }}

{% endif %}
{% if summary %}
{{ summary|safe }}
{% endif %} {% if outcomes %}
{% for o in outcomes %}
{{ o.value }}

{{ o.label }}

{% if o.detail %}

{{ o.detail }}

{% endif %}
{% endfor %}
{% else %}

Add outcomes to show what this season grew.

{% endif %} {% if sourceNote %}

{{ sourceNote }}

{% endif %}