{% extends "../base.html" %} {% block title %}{{ _("Build comments") }}{% end block %} {% block body %} {% if user %} {% end %} {% if comments %}

{% if user %} {{ _("This page shows %s's latest comments.") % user.firstname }} {% else %} {{ _("This page shows the latest comments on builds.") }} {% end %} {{ _("The Pakfire Build Service is all about social development and so, communicating with eath others is important. Please join.") }}

{% module Log(comments, show_build=True) %} {% elif not comments and user %}

{{ _("%s did not comment on anything, yet.") % user.firstname }}

{% end %} {% end block %}