Ignore:
Timestamp:
27 Feb 2015, 21:56:34 (10 years ago)
Author:
Henrik Bettermann
Message:

Show validity period on contract pages and slips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/contractpage.pt

    r12593 r12634  
    2626    </tr>
    2727    <tal:widgets content="structure provider:widgets" />
     28    <tr>
     29      <td i18n:translate="" class="fieldname">
     30        Validity Period:
     31      </td>
     32      <td>
     33        <span tal:content="python: layout.formatDate(context.valid_from)">
     34          VALIDFROM
     35        </span> -
     36        <span tal:content="python: layout.formatDate(context.valid_to)">
     37          VALIDTO
     38        </span>
     39      </td>
     40    </tr>
    2841  </tbody>
    2942</table>
Note: See TracChangeset for help on using the changeset viewer.