{% if packages %}
{% for pkg in packages %}
{{ pkg.name }} ({% if pkg.installed %}installed{% else %}not installed{% endif %})
{% if pkg.description %}Description: {{ pkg.description }}
{% endif %}Options: {{ pkg.options }}
{% if 'e' in pkg.options and pkg.installed %}
{% endif %}
No packages found.
{% endif %}