{% extends "common/common_detail.html" %} {% load feedback_tags i18n %} {% block detailspanel %} {% suricate_workflow_enabled as suricate_workflow_enabled %} {% if suricate_workflow_enabled %} {% if object.sync_errors > 0 %}
{% trans "Some data could not be forwarded to Suricate yet - Please come back later" %}
{% endif %} {% if object.mail_errors > 0 %}
{% trans "A notification email could not be sent. Please contact an administrator" %}
{% endif %} {% endif %} {{ block.super }} {% endblock detailspanel %}