{% extends 'wagtailadmin/reports/base_report.html' %} {% load i18n wagtailadmin_tags %} {% block results %} {% if object_list %}
{% trans 'Source title' %} | {% trans 'Locale' %} | {% trans 'Source last updated at' %} | {% trans 'User' %} | {% trans 'LanguageCloud ID' %} | {% trans 'LanguageCloud Status' %} | {% trans 'Wagtail Status' %} |
---|---|---|---|---|---|---|
{% if file.project.translation_source_object.full_url %} {{ file.project.translation_source_object }} {% else %} {{ file.project.translation_source_object }} {% endif %} | {{ file.translation.target_locale }} |
{% blocktrans with time_period=file.project.source_last_updated_at|timesince %}{{ time_period }} ago{% endblocktrans %}
|
{% include "wagtailadmin/shared/user_avatar.html" with user=file.project.lc_settings.user username=file.project.lc_settings.user_display_name %} | {% if file.project.lc_project_id %} {{ file.project.lc_project_id }} {% else %} {% endif %} | {{ file.project.lc_project_status }} | {{ file.combined_status }} |
{% trans "No projects found." %}
{% endif %} {% endblock %}