Ignore:
Timestamp:
07/06/10 12:38:59 (23 months ago)
Author:
dart
Message:

LoReality?:
o Update on squadron/mission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/derived/page/mission.html

    r2105 r2106  
    88%endif 
    99</h2> 
    10 <h3>Date</h3> 
    11 <p>${c.mission.date}</p> 
    12 <h3>Description</h3> 
    13 <p>${c.mission.description}</p> 
     10% for f in c.misfields: 
     11<h3>${f.t_name.capitalize()}</h3> 
     12    <p>${getattr(c.mission, f.name)}</p> 
     13%endfor 
    1414<h3>Pilots</h3> 
    1515<ul> 
Note: See TracChangeset for help on using the changeset viewer.