| 17 |
<div tal:repeat="ar here/getActionRecipients"> |
<div tal:repeat="ar here/getActionRecipients"> |
| 18 |
<div tal:define="person python:here.portal_catalog(id=ar)[0]"> |
<div tal:define="person python:here.portal_catalog(id=ar)[0]"> |
| 19 |
<a href="" |
<a href="" |
| 20 |
tal:attributes="href person/getURL"><span tal:content="python:person.Title"/></a> - <span tal:content="python:here.pac_tool.expandPoliticalParty(person.getPoliticalParty())"/> |
tal:attributes="href person/getURL"><span tal:content="python:person.Title"/></a> |
| 21 |
|
<!-- <span tal:content="python:here.pac_tool.expandPoliticalParty(person.getPoliticalParty())"/>--> |
| 22 |
</div> |
</div> |
| 23 |
</div> |
</div> |
| 24 |
|
|