{# Datapusher status indicator
resource: the resource
#}
{% if resource.datastore_active %}
{% set job = h.datapusher_status(resource.id) %}
{% set title = _('Datapusher status: {status}.').format(status=job.status) %}
{% if job.status == 'unknown' %}
{% else %}
{% endif %}
{% endif %}