File diff ac57053ecf58 → 252697b842c0
pinaxcon/templates/symposion/schedule/presentation_detail.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% load lca2018_tags %}
 
{% load lca2019_tags %}
 
{% load sitetree %}
 
{% load staticfiles %}
 
{% load static %}
 
{% load thumbnail %}
 

	
 
{% block head_title %}Presentation: {{ presentation.title }}{% endblock %}
 
{% block page_title %}{{ presentation.title }}{% endblock %}
 
{% block page_lead %}
 
{% if presentation.slot %}
 
{{ presentation.slot.rooms.0 }} | {{ presentation.slot.day.date|date:"D d M" }} | {{ presentation.slot.start }}–{{ presentation.slot.end }}
 
{% else %}
 
<em>Not currently scheduled.</em>
 
{% endif %}
 
{% endblock %}
 

	
 
{% block content %}
 
  {% if presentation.unpublish %}
 
  <div class="row">
 
    <div class="col">
 
      <p><strong>Presentation not published.</strong></p>
 
    </div>
 
  </div>
 
  {% endif %}
 

	
 
  <div class="row presentation-details">
 
    <div class="col-md-3">
 
      <h2 class="mt-4">Presented by</h4>