summaryrefslogtreecommitdiff
blob: 53a3fcb61d7aa19a68d593893e02684af0f4ba57 (plain)
1
2
3
4
5
6
7
8
<table class="table table-striped frontpage-table">
  {% for k, v in BJ.items %}
    <tr>
      <td class="frontpage-table-package-atom"><a href="/new_build_req/{{ k }}" title="{{ v.C }}/{{ v.P }}-{{ v.V }}::{{ v.R }}">{{ v.C }}/{{ v.P }}-{{ v.V }}::{{ v.R }}</a></td>
      <td><p title="{{ v.title }}">{{ v.title|truncatewords:2}}</p></td>
    </tr>
  {% endfor %}
</table>