{% extends 'layout.html' %} {% load static %} {% load highlight %} {% load url_replace %} {% load humanize %} {% block head_scripts %} {% endblock %} {% block title %}Search ports |{% endblock %} {% block content %}
{{ result.description }}
Version: {{ result.version }} | Maintained by: {% for m in result.maintainers %} {{ m }}{% if not forloop.last %}, {% endif %} {% endfor %} | Categories: {% for c in result.categories %} {{ c }} {% endfor %} | Variants: {% for v in result.variants %} {{ v }}{% if not forloop.last %}, {% endif %} {% endfor %}No results found.
{% endfor %} {% include 'includes/basic_pagination.html' with items=page contents="port(s)" %}