{% extends "base.html" %} {% block title %}LineageOS Kernel Tracker - Logs{% endblock %} {% block content %}
| Date | User | Action | Result |
|---|---|---|---|
| {{ l.dateAndTime.strftime('%b %d, %Y %H:%m') }} | {{ l.user }} | {%- if l.action in logTranslations %} {{- logTranslations[l.action] -}} {%- else %} {{- l.action -}} {%- endif -%} | {{ l.result }} |