You do not have permission to edit this page, for the following reason:
Further information: tests ===Current version=== {{#cargo_query: tables=ComponentInfo=CI, AssetDetail=AD |join on=CI.LatestVersion=AD.Asset |fields=CI.Component, CI.CurrentVersion, CI.LatestVersion, CI.ComponentLastUpdated, CI.ComponentNextUpdateScheduled, AD.License |where=AD.Asset="{{PAGENAME}}" AND CI.LatestVersion="Yes" |format=wikitable |order by=CI.ComponentLastUpdated |limit=100 }} ===Next version=== {{#cargo_query: tables=ComponentInfo=CI, AssetDetail=AD |join on=CI.LatestVersion=AD.Asset |fields=CI.Component, CI.CurrentVersion, CI.NextVersion, CI.ComponentLastUpdated, CI.ComponentNextUpdateScheduled, AD.License |where=AD.Asset="{{PAGENAME}}" AND CI.NextVersion="Yes" <> "Template:Component information body" |format=wikitable |order by=CI.ComponentNextUpdateScheduled |limit=100 }}