{# templates/_search_results_table.html #} {# This partial template renders the search results table and pagination #} {% if packages %}
Package | Latest | Author | FHIR | Versions | {# Add Dependencies header if needed based on your data #} {#Dependencies | #}
---|---|---|---|---|---|
{# Link to package details page - adjust if endpoint name is different #} {{ pkg.name }} | {{ pkg.display_version }} | {{ pkg.author or '' }} | {{ pkg.fhir_version or '' }} | {{ pkg.version_count }} | {# Add Dependencies data if needed #} {#{{ pkg.dependencies | join(', ') if pkg.dependencies else '' }} | #}
No packages found matching your search term.
{% else %} {# Initial message before any search #}Start typing in the search box above to find packages.
{% endif %}