Changeset 15129 for main/waeup.kofa
- Timestamp:
- 7 Sep 2018, 07:43:41 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantdisplaypage.pt
r13968 r15129 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/messages"> 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.