{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Audit Log" %}{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}{% trans "Audit Log" %}{% endblock %} {% block nav1 %}{% trans "misc" %}{% endblock %} {% block toolbar %}{% endblock %} {% block content %} {% if no_git_repo_found %}
{% blocktrans %}No git repository found in {{ nagiosdir }}.{% endblocktrans %}
{% endif %} {% if uncommited_files %}{% trans "Date" %} | {% trans "Summary" %} | {% trans "Name" %} | {% trans "Email" %} | {% trans "Actions" %} | ||
---|---|---|---|---|---|---|
{{ commit.author_time }} | {{ commit.comment }} | {{ commit.author_name }} | {{ commit.author_email }} | {% if commit_id != commit.hash %} diff {% else %} hide {% endif %} | ||
{% if difflines %}
{% trans "There is nothing in this commit" %}{% endif %} |