{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %}
{% if value %}
{{ value }}
{% else %} {% if show_sync_warning %} {% include 'inc/sync_warning.html' %} {% endif %} {% trans "None" %} {% endif %}
{% endblock panel_content %}