{# vim: set syntax=htmldjango: #} {% if status == 'error' %}{{ line }}
{% elif status == 'success' %}{{ line }}
{% elif status == 'info' %}{{ line }}
{% elif debug and status == 'debug' %}{{ line }}
{% endif %}