diff --git a/ietf/templates/review/unavailable_table.html b/ietf/templates/review/unavailable_table.html index b8ecca074..3c3fc11ca 100644 --- a/ietf/templates/review/unavailable_table.html +++ b/ietf/templates/review/unavailable_table.html @@ -1,17 +1,18 @@ {% for p in unavailable_periods %} - + - + - + {% endfor %}
Dates:Dates: {% if p.start_date or p.end_date %}{{ p.start_date|default:"∞" }} -{% endif %} {{ p.end_date|default:"∞" }}
Availability:Availability: {{ p.get_availability_display }}
Reason:Reason: {{ p.reason }}
 
+