Files @ 9d37326953b0
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/schedule/_schedule_nav_link.html

Clinton Roy
more ticket information as data
1
2
3
4
5
6
7
8
9
<a
  class="nav-item nav-link {% if active %}active{% endif %}"
  id="{{ section.schedule.section.slug }}-{{ timetable.day.date|date:"l"|lower}}-tab"
  data-toggle="tab" href="#{{section.schedule.section.slug}}-{{ timetable.day.date|date:"l"|lower}}"
  role="tab"
  aria-controls="{{section.schedule.section.slug}}-{{ timetable.day.date|date:"l"|lower}}"
  aria-selected="{% if active %}true{% else %}false{% endif %}">
  {{ label }}
</a>