~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/contact/browser/templates/contact_view.pt

  • Committer: Gediminas Paulauskas
  • Date: 2014-04-18 16:25:33 UTC
  • mfrom: (1.1.33)
  • Revision ID: menesis@pov.lt-20140418162533-noklnc6b89w2epee
Tags: 1:2.7.0-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                    tal:condition="relationships">
11
11
            <tal:block repeat="info relationships">
12
12
 
13
 
<div class="row" tal:condition="info/relationship" i18n:translate="">
14
 
  <span tal:replace="info/getRelationshipTitle" i18n:name="relationship" />
 
13
<div class="row" i18n:translate="">
 
14
  <span tal:replace="info/title" i18n:name="relationship" />
15
15
  of
16
 
  <a tal:replace="structure info/__parent__/@@link" i18n:name="person" />
17
 
</div>
18
 
<div class="row" tal:condition="not:info/relationship" i18n:translate="">
19
 
  Contact of
20
 
  <a tal:replace="structure info/__parent__/@@link" i18n:name="person" />
21
 
</div>
22
 
 
 
16
  <a tal:replace="structure info/person/@@link" i18n:name="person" />
 
17
</div>
23
18
            </tal:block>
24
19
          </fieldset>
25
20
          </div>