{% extends "wagtailadmin/base.html" %} {% load static i18n wagtailadmin_tags %} {% block titletag %}Pontoon{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Pontoon" icon="doc-empty-inverse" %}
Filename | Source Page | Last updated | Last pushed | Requires sync | {% for resource in resources %} {% with resource.latest_submission as latest_submission %}
---|---|---|---|---|
{{ resource.path }}.pot | {{ resource.page.get_admin_display_title }} | {{ resource.latest_submission.created_at }} | {{ resource.latest_pushed_submission.pushed_at }} | {% if resource.latest_pushed_submission != resource.latest_submission %} Yes {% else %} No {% endif %} |