diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index ca3c93e..a69ff0f 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -76,6 +76,7 @@ Version Upstream version Upstream status + Last Updated Maintainer Summary No update reason @@ -88,16 +89,24 @@ {{ r.version }} {{ r.upstream_version }} {% if r.upstream_status == "Up-to-date" %} - + {% elif r.upstream_status == "Not updated" %} - + {% elif r.upstream_status == "Can't be updated" %} - + {% else %} - + {% endif %} {{ r.upstream_status }} + {% if r.outdated == "Up-to-date" %} + + {% elif r.outdated == "Unknown" %} + + {% else %} + + {% endif %} + {{r.outdated}} {{ r.maintainer_name }} {{ r.summary }} {{ r.no_update_reason }}