{% extends "base.html" %} {% block title %}Marketplace — GovLift{% endblock %} {% block content %}
{{ classification }}
← GovLift

Migration Marketplace

DoD-approved tools, templates, and playbooks for IL4 migration

{% for item in items %}
{% if item.is_featured %}FEATURED{% endif %}

{{ item.name }}

{{ item.category }} · {{ item.vendor or 'Unknown' }} · v{{ item.version or '1.0' }}

{{ item.description or 'No description.' }}

★ {{ item.rating|round(1) }} {{ item.downloads }} downloads
{% else %}
No marketplace items found.
{% endfor %}
{% include "includes/iqe_query_widget.html" %} {% endblock %}