{{title}}: Updated pastes {{url}} {% set repo = pastes.repos.0 %} {{repo.modate|date('c')}} {% for repo in pastes.repos %} {{repo.getLink('display', null, true)}} {{repo.getTitle}} {{repo.crdate|date('c')}} {% set commit = repo.getHistory().0 %} {{commit.committerTime|date('c')}} {{commit.committerName}} {{commit.committerEmail}} {% spaceless %} {% if commit.filesChanged %} {{ntext(commit.filesChanged, "%d file", "%d files")}} changed{% if commit.linesAdded %},{% endif %} {% endif %} {% if commit.linesAdded %} {{ntext(commit.linesAdded, "%d line", "%d lines")}} added{% if commit.linesDeleted %},{% endif %} {% endif %} {% if commit.linesDeleted %} {{ntext(commit.linesDeleted, "%d line", "%d lines")}} deleted {% endif %} {% endspaceless %} {% endfor %}