{% extends "base.html" %} {% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %}
{% if confirmed %}

Package Flagged

Thank you, the maintainers have been notified about {{ pkg.pkgname }}.

You can return to the package details page for {{pkg.pkgname}}.

{% else %}

Flag Package: {{ pkg.pkgname }}

If you notice a package is out of date (i.e., there is a newer stable release available), then please notify us using the form below.

The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the arch-general mailing list with your additional text.

Note: Please do not use this facility if the package is broken! Use the bug tracker instead.

Please confirm your flag request for {{pkg.pkgname}}:

{{ form.as_p }}

{% endif %}
{% endblock %}