{% extends 'base.html' %} {% load buttons %} {% block content %}
running configuration | last diffs |
---|---|
{% if message.status == True %}
{% else %}
{{ message.comment }}
{% endif %}
|
{% for commit in message.repo_state.commits %}
{{ commit.date }} | {{ commit.hash }}
{% if commit.diff|length > 1000 %}
{% endfor %}
{% endif %} |