{% extends "layout/base.html" %} {% block content %}
{{ E.PackageId.Package }}-{{ E.Version }}::{{ E.PackageId.RepoId.Repo }} Build {% for BL in BL_tmp %} {% if BL.Fail %} Fail {% else %} Success {% endif %} {% endfor %} |
{% for K in EK_tmp %}
{% if K.EbuildId.EbuildId == E.EbuildId and K.KeywordId.Keyword != '*' %}
{% if K.Status == 'Stable' %}{{ K.KeywordId.Keyword }}{% endif %}
{% if K.Status == 'Unstable' %}{{ K.KeywordId.Keyword }}{% endif %}
{% if K.Status == 'Negative' %}{{ K.KeywordId.Keyword }}{% endif %}
{% endif %}
{% endfor %}
{% for U in EU_tmp %} {% if U.Status %} {{ U.UseId.Flag }} {% else %} {{ U.UseId.Flag }} {% endif %} {% endfor %} {% for R in ER_tmp %} {{ R.RestrictionId.Restriction }} {% endfor %} |