Changeset 16530 for main/waeup.kofa/trunk/src
- Timestamp:
- 7 Jul 2021, 07:05:37 (3 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatepage.pt
r14647 r16530 16 16 </tal:block> 17 17 </tbody> 18 </table> 19 20 <h3> 21 <span i18n:domain="waeup.kofa" i18n:translate="">Local Roles</span> 22 </h3> 23 24 <table class="table table-hover" i18n:domain="waeup.kofa"> 25 <thead> 26 <tr> 27 <th i18n:translate="">Officer Name 28 </th> 29 <th i18n:translate="">Local Role 30 </th> 31 <th></th> 32 </tr> 33 </thead> 34 <tbody> 35 <tr tal:repeat="entry view/getUsersWithLocalRoles"> 36 <td tal:content="entry/public_name"> PUBLICNAME </td> 37 <td tal:content="entry/local_role_title"> LOCAL ROLE </td> 38 <td> 39 <a href="" 40 i18n:translate="" 41 tal:attributes="href python: view.url(entry['user'], 'contactuser')" 42 class="btn btn-success btn-xs">Contact</a> 43 </td> 44 </tr> 45 </tbody> 18 46 </table> 19 47
Note: See TracChangeset for help on using the changeset viewer.