{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {% if build.can_complete %}
{% trans "Build can be completed" %}
{% else %}
{% trans "Build cannot be completed" %}
{% endif %} {% endblock %}