1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<tal:block define="onload string:load()">
3
<html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="macros/main">
5
<title metal:fill-slot="title"
6
tal:content="string:${branch/friendly_name} : error"></title>
9
<tal:block metal:fill-slot="heading">
11
<tal:has-link condition="branch/branch_link">
12
<a tal:attributes="href branch/branch_link"
13
tal:content="branch/friendly_name">
17
<tal:no-link condition="not: branch/branch_link">
18
<span metal:use-macro="breadcrumbs/directory"></span>
23
<p tal:content="error_title"/>
24
<p tal:content="error_description"/>