{% extends "base.html" %} {% block content %}
Service | {% now "D jS" %} | {% for day in days %}{{ day|date:"D jS" }} | {% endfor %}
---|---|---|
{{ service.name }} |
{# FIXME we should not join url in this ugly way #}
{% if service.has_issues %}
![]() |
{% for h in service.history %}
{% if h.information %}
|
{% endfor %}
{% endfor %}