{% extends "../base.html" %} {% block title %}{{ _("Build comments") }}{% end block %} {% block body %}
{% if user %} {% end %}{% 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) %}{{ _("%s did not comment on anything, yet.") % user.firstname }}
{% end %} {% end block %}