{{ "Package Actions" | tr }}

  • {{ "View PKGBUILD" | tr }} / {{ "View Changes" | tr }}
  • {{ "Download snapshot" | tr }}
  • {{ "Search wiki" | tr }}
  • {% if not request.user.is_authenticated() %} {% if not out_of_date %}
  • {{ "Flag package out-of-date" | tr }}
  • {% else %}
  • {% set ood_ts = result.OutOfDateTS | dt | as_timezone(timezone) %} {{ "Flagged out-of-date (%s)" | tr | format(ood_ts.strftime("%Y-%m-%d")) }}
  • {% endif %}
  • {{ "Vote for this package" | tr }}
  • {{ "Enable notifications" | tr }}
  • {% else %} {% if not out_of_date %}
  • {{ "Flag package out-of-date" | tr }}
  • {% else %}
  • {% set ood_ts = result.OutOfDateTS | dt | as_timezone(timezone) %} {{ "Flagged out-of-date (%s)" | tr | format(ood_ts.strftime("%Y-%m-%d")) }}
  • {% endif %}
  • {% if not voted %}
    {% else %}
    {% endif %}
  • {% if notified %}
    {% else %}
    {% endif %}
  • {% endif %} {% if request.user.has_credential('CRED_PKGBASE_EDIT_COMAINTAINERS', approved=[pkgbase.Maintainer]) %}
  • {{ "Manage Co-Maintainers" | tr }}
  • {% endif %} {% if requests %}
  • {{ requests | tn("%d pending request", "%d pending requests") | format(requests) }}
  • {% endif %}
  • {% if not request.user.is_authenticated() %} {{ "Submit Request" | tr }} {% else %} {{ "Submit Request" | tr }} {% endif %}
  • {% if is_maintainer %}
  • {{ "Delete Package" | tr }}
  • {{ "Merge Package" | tr }}
  • {% endif %}