forked from Yaltik/golem
/
This commit is contained in:
parent
21b16ad08f
commit
6accf16b78
@ -78,7 +78,7 @@ 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 t-foreach="o.activity_registration_id" t-as="t">
|
<tr t-foreach="o.activity_registration_ids" t-as="t">
|
||||||
<td class="col-xs-6">
|
<td class="col-xs-6">
|
||||||
<span t-esc="t['activity_id']" /><br></br>
|
<span t-esc="t['activity_id']" /><br></br>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user