diff --git a/templates/cave_qms.html b/templates/cave_qms.html index c1ae81f..47dcea5 100644 --- a/templates/cave_qms.html +++ b/templates/cave_qms.html @@ -29,7 +29,8 @@ {% for QM in cave.get_QMs %} {% if QM.ticked %} {% else %} -
  • {{QM}} :: {{QM.nearest_station_description}} {{QM.location_description}} {{QM.grade}} +
  • {{QM}} + {% if QM.nearest_station_description %}⋮{{QM.nearest_station_description}}⋮{% endif %} {{QM.location_description}} {{QM.grade}} {% if QM.block %} {{QM.block}}.svx {{QM.block.date}} {% endif %}
  • {% endif %} {% endfor %} @@ -38,7 +39,8 @@