{% for infra in farm.infrastructure %}
{{ infra.name }} {{ infra.description }} {% if infra.owned %} Owned {% elif farm.prestige < infra.min_prestige %} Requires prestige {{ infra.min_prestige }} {% else %}
{% endif %}
{% endfor %}