| 54 |
<div tal:omit-tag="" |
<div tal:omit-tag="" |
| 55 |
tal:condition="python:here.isEligible(here, member)"> |
tal:condition="python:here.isEligible(here, member)"> |
| 56 |
<h3>Take Action!</h3> |
<h3>Take Action!</h3> |
| 57 |
<div tal:repeat="act here/getAllowed_actions"> |
<div tal:repeat="act here/getAllowedActions"> |
| 58 |
<form action="takeAction" |
<form action="takeAction" |
| 59 |
tal:attributes="action python:here.portal_properties.pac_actions.getProperty(act).split('|')[1]"> |
tal:attributes="action python:here.portal_properties.pac_actions.getProperty(act).split('|')[1]"> |
| 60 |
<input type="submit" tal:attributes="value python:here.portal_properties.pac_actions.getProperty(act).split('|')[0]"/> |
<input type="submit" tal:attributes="value python:here.portal_properties.pac_actions.getProperty(act).split('|')[0]"/> |