{% extends "base.html" %} {% block title %}{{ _("Welcome to the Pakfire Build Service") }}{% end block %} {% block body %} {% if current_user %} {% else %}

{{ _("Pakfire Build Service") }}


{{ _("Development powered by community!") }}


{% end %} {% if updates %}
{% for type, updts, active in updates %}
{% module UpdatesTable(updts) %}
{% end %}

{{ _("View more updates...") }}


{% end %} {% if jobs %}

{{ _("Build jobs") }}

{% module JobsList(jobs) %} {% end %} {% end %}