Code

Move templates/ to share/roundup/templates/
[roundup.git] / share / roundup / templates / minimal / html / home.html
1 <tal:block metal:use-macro="templates/page/macros/icing">
2 <title metal:fill-slot="head_title" i18n:translate="">Tracker home - <span
3  i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title>
4 <span metal:fill-slot="body_title" tal:omit-tag="python:1"
5  i18n:translate="">Tracker home</span>
6 <td class="content" metal:fill-slot="content">
8 <!--
9  This is the default body that is displayed when people visit the
10  tracker. The tag below lists the currently open issues. You may
11  replace it with a greeting message, or a different list of issues or
12  whatever. It's a good idea to have the issues on the front page though
13 -->
15 <tal:block tal:define="anon python:request.user.username == 'anonymous'">
16 <p tal:condition="not:anon" class="help" i18n:translate="">
17 Please select from one of the menu options on the left.
18 </p>
19 <p tal:condition="anon" class="help" i18n:translate="">
20 Please log in or register.
21 </p>
22 </tal:block>
24 </td>
25 </tal:block>