 b56ca32259
			
		
	
	
		b56ca32259
		
	
	
	
	
		
			
			Show local times on schedule and presentation details if user is in a different timezone to the conference.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <a
 | |
|   class="nav-link {% if active %}active{% endif %} schedule-day"
 | |
|   id="schedule_day_{{ label|lower }}-tab"
 | |
|   href="#{{ label|lower }}"
 | |
|   data-toggle="pill"
 | |
|   role="tab"
 | |
|   aria-controls="schedule_day_{{ label|lower }}"
 | |
|   aria-selected="{% if active %}true{% else %}false{% endif %}"
 | |
|   data-date="{{ date }}">
 | |
|   {{ label }}
 | |
| </a>
 |