{% extends "partials/layout.html" %} {% block pageContent %}

{{ "Flag Package Out-Of-Date" | tr }}: {{ pkgbase.Name }}

{{ "Use this form to flag the package base %s%s%s and " "the following packages out-of-date: " | tr | format("", pkgbase.Name, "") | safe }}

{% if pkgbase.Name.endswith(('-cvs', '-svn', '-git', '-hg', '-bzr', '-darcs')) %}

{# TODO: This error is not yet translated. #} {{ "This seems to be a VCS package. Please do %snot%s flag " "it out-of-date if the package version in the AUR does " "not match the most recent commit. Flagging this package " "should only be done if the sources moved or changes in " "the PKGBUILD are required because of recent upstream " "changes." | tr | format("", "") | safe }}

{% endif %}

{{ "Please do %snot%s use this form to report bugs. " "Use the package comments instead." | tr | format("", "") | safe }} {{ "Enter details on why the package is out-of-date below, " "preferably including links to the release announcement " "or the new release tarball." | tr }}

{% if errors %} {% endif %}

{% endblock %}