Solidarity transport implementation
This commit is contained in:
@@ -69,9 +69,15 @@
|
||||
|
||||
|
||||
{{template "beneficiaries_widget" .ViewState.beneficiaries}}
|
||||
{{template "agenda_widget" .ViewState.events}}
|
||||
{{template "bookings_widget" .ViewState.fleets}}
|
||||
|
||||
{{if moduleAvailable "agenda"}}
|
||||
{{template "agenda_widget" .ViewState.events}}
|
||||
{{end}}
|
||||
|
||||
{{if moduleAvailable "vehicles_management"}}
|
||||
{{template "bookings_widget" .ViewState.fleets}}
|
||||
{{end}}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user