{% 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" %}
{% if sync_running %} Synchronising with Pontoon now! {% elif sync_queued %} Synchronisation with Pontoon queued {% else %}
{% csrf_token %}
{% endif %}

Resources

{% for resource in resources %} {% with resource.latest_submission as latest_submission %} {% endwith %} {% endfor %}
Filename Last updated Last pushed Requires sync
{{ resource.path }}.pot {{ resource.latest_submission.created_at }} {{ resource.latest_pushed_submission.pushed_at }} {% if resource.latest_pushed_submission != resource.latest_submission %} Yes {% else %} No {% endif %}

Log

{% endblock %}