{% extends "base-apply.html" %} {% load i18n %} {% block title %}{% blocktrans with title=submission.title %}Revisions for {{ title }}{% endblocktrans %}{% endblock %} {% block content %}
{{ revision.timestamp|date:"Y-m-d H:i e"}} {% trans "by" %} {{ revision.author }} {% if forloop.first %} - {% trans "current" %} {% endif %}