Branch: {{ current_branch }}
{% translate "Uncommitted Changes" %}
{% if status %}| {% translate "Table" %} | {% translate "Status" %} |
|---|---|
{{ item.table_name }} |
{% if item.status == 'new table' %} {{ item.status }} {% elif item.status == 'modified' %} {{ item.status }} {% else %} {{ item.status }} {% endif %} |
{% translate "You must be a superuser to commit changes." %}
{% endif %} {% else %}{% translate "No uncommitted changes." %}
{% endif %}{% translate "Recent Commits" %}
{% if commits %}| {% translate "Hash" %} | {% translate "Date" %} | {% translate "Author" %} | {% translate "Message" %} |
|---|---|---|---|
{{ commit.commit_hash|truncatechars:11 }} |
{{ commit.date|date:"Y-m-d H:i" }} | {{ commit.committer }} | {{ commit.message|truncatechars:60 }} |
{% translate "No commits found." %}
{% endif %}