~edwinvandeven/openstudio/2018.1

« back to all changes in this revision

Viewing changes to views/customers/events.html

  • Committer: Edwin van de Ven
  • Date: 2018-03-07 13:25:59 UTC
  • Revision ID: edwinvandeven@home.nl-20180307132559-l9bsep5lr5xoxaus
Added renamed events files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{{extend 'layout.html'}}
 
2
{{block header}}
 
3
    {{try:}}{{=breadcrumb}}{{except:}}{{pass}}{{pass}}
 
4
    {{try:}}{{=back}}{{except:}}{{pass}}{{pass}}
 
5
    {{try:}}{{=save}}{{except:}}{{pass}}{{pass}}
 
6
    {{try:}}{{=add}}{{except:}}{{pass}}{{pass}}
 
7
    {{try:}}{{=header_tools}}{{except:}}{{pass}}{{pass}}
 
8
{{end}}
 
9
 
 
10
<div class='row'>
 
11
    <div class='col-md-12'>
 
12
    <div class="nav-tabs-custom">
 
13
        {{=menu}}
 
14
    <div class="tab-content">
 
15
        {{=content}}
 
16
    </div>
 
17
    </div>
 
18
        </div>
 
19
</div>
 
20
 
 
21
 
 
22
{{ import os }}
 
23
{{ include os.path.join(request.folder,'static','plugin_os-js/events/tickets_list_customers_event_info.html')}}