{% extends "pobsync_backend/base.html" %} {% block title %}Logs | pobsync{% endblock %} {% block content %}
{{ error }}
{% for line in lines %}{{ line }} {% empty %}No log messages matched the current filter. {% endfor %}