{% extends "editors/base.html" %} {% block breadcrumbs %} {{ editors_breadcrumbs(items=[(None, _('Signed Beta Files Log'))]) }} {% endblock %} {% block content %}
{{ _('Date') }} | {{ _('Event') }} |
---|---|
{{ item.created|babel_datetime }} | {{ item.to_string() }} {% if item.details %} {{ _('More details.') }} {% endif %} |
{{ _('No events found for this period.') }}
{% endif %}