{% extends "modal-base.html" %} {% block id %}comment{% end block %} {% block form_action %}/build/{{ build.uuid }}/comment{% end block %} {% block title %} {% if current_user %} {{ _("Comment on %s") % build.name }} {% else %} {{ _("Log in to comment") }} {% end %} {% end block %} {% block body %} {% if current_user %}
{% else %}

{{ _("You need to log in to comment.") }} {{ _("Click on the button below to do so.") }}

{% end %} {% end block %} {% block footer %} {% if current_user %} {% else %} {{ _("Login") }} {% end %} {{ _("Cancel") }} {% end block %}