forked from Yaltik/golem
/
This commit is contained in:
parent
d6d265e7c5
commit
21b16ad08f
@ -78,33 +78,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
</table>
|
</table>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<t t-foreach="docs" t-as="o">
|
<t t-foreach="docs" t-as="o">
|
||||||
<tr>
|
<tr t-foreach="o.activity_registration_id" t-as="t">
|
||||||
<td class="col-xs-6">
|
<td class="col-xs-6">
|
||||||
<span t-field="o.activity_registration_ids.activity_id" /><br></br>
|
<span t-esc="t['activity_id']" /><br></br>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="col-xs-6">
|
|
||||||
<span t-field="o.activity_registration_ids.activity_id.animator_id" /><br></br>
|
|
||||||
</td>
|
|
||||||
<td class="col-xs-6">
|
|
||||||
<span t-field="o.activity_registration_ids.activity_id.weekday" /><br></br>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td class="col-xs-6">
|
|
||||||
<span t-field="o.activity_registration_ids.activity_id.hour_start" /><br></br>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td class="col-xs-6">
|
|
||||||
<span t-field="o.activity_registration_ids.activity_id.hour_stop" /><br></br>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td class="col-xs-6">
|
|
||||||
<t t-if="o.activity_registration_ids.activity_id.is_recurrent">
|
|
||||||
<span t-field="o.activity_registration_ids.activity_id.date_start" /><br></br>
|
|
||||||
<span t-field="o.activity_registration_ids.activity_id.date_stop" /><br></br>
|
|
||||||
</t>
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</t>
|
</t>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user