{{ p.id }} — {{ p.name }}
{{ p.status | default("active") }}
{% if p.applications %} | {{ p.applications }} applications{% endif %}
{{ p.description }}
{% if p.anti_pattern %}Anti-pattern: {{ p.anti_pattern }}
{% endif %}
Derived from: {{ p.derived_from if p.derived_from is string else p.derived_from | join(', ') }}
{% if p.origin_task %} | Origin: {{ p.origin_task }}{% endif %}
{% if p.origin_date %} | {{ p.origin_date }}{% endif %}