Changeset 15131 for main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/browser_templates
- Timestamp:
- 7 Sep 2018, 09:01:25 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/browser_templates/applicantdisplaypage.pt
r15123 r15131 1 <h2 i18n:domain="waeup.kofa" >1 <h2 i18n:domain="waeup.kofa" tal:condition="context/translated_state"> 2 2 ... 3 3 <span tal:replace="context/translated_state">APPLICATIONSTATE … … 9 9 </h2> 10 10 11 <div class="workflow" >11 <div class="workflow" tal:condition="context/history"> 12 12 <div tal:repeat="msg context/history/messages"> 13 13 <span tal:replace="msg">MESSAGE</span><br />
Note: See TracChangeset for help on using the changeset viewer.