{% 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, locales in resources %} {% if locales %} {% for locale, translation, log in locales %} {% if not forloop.last %}{% endif %} {% endfor %} {% endif %} {% endfor %}
Template Locale Translation status Last pushed
{{ resource.path }}.pot{{ locale }} {{ translation.get_status_display }} {{ log.log.time }}

Log

{% endblock %}