]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/user-profile-builds.html
Drop dependency on textile
[people/jschlag/pbs.git] / src / templates / user-profile-builds.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ _("Builds by %s") % user.realname }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h2>{{ _("Builds by %s") % user.realname }}</h2>
8 </div>
9
10 {% module BuildTable(builds) %}
11 {% end block %}
12