{% extends "base.html" %} {% load package_extras %} {% block title %}Arch Linux - Package Search{% endblock %} {% block head %} {{search_form.media}} {% endblock %} {% block content %}

Find packages that have:

{% td_input search_form.keywords %} {% td_input search_form.name %} {% td_input search_form.desc %} {% td_input search_form.arch %} {% td_input search_form.repo %} {% td_input search_form.maintainer %} {% td_input search_form.license %} {% td_input search_form.last_update %} {% td_input search_form.flagged %} {% td_input search_form.limit %}
Keywords
Name
Description
Architecture
Repository
Maintainer
License
Last Update
Flagged
Per Page
Your Full Search
{% endblock %}