summaryrefslogtreecommitdiff
blob: 1e54e2b23595cb01a9d367dd28f6b92c7ec02059 (plain)
1
2
3
4
5
6
7
8
9
10
<table class="table table-striped frontpage-table">
  {% for PR in PR_tmp %}
    <tr>
      <td class="frontpage-table-package-atom"><a href="/repoman/{{ PR.PackageId.PackageId }}/"  title="{{ PR.PackageId.CategoryId.Category }}/{{ PR.PackageId.Package }}::{{ PR.PackageId.RepoId.Repo }}">
      {{ PR.PackageId.CategoryId.Category }}/{{ PR.PackageId.Package }}::{{ PR.PackageId.RepoId.Repo }}</a>
      </td>
      <td><p title="{{ PR.RepomanText }}">{{ PR.RepomanText|truncatewords:3 }}</p></td>
    </tr>
  {% endfor %}
</table>