{% load static %} {% load i18n %}
{% if image %} {% static image as final_image_path %} {% else %} {% static 'images/no_content/no_item.jpg' as final_image_path %} {% endif %}

No-empty-state-image

{% blocktrans %}No {{ value }} Yet{% endblocktrans %}

{% blocktrans %}It looks like you haven't added any {{ value }} to your account. Click the button below to get started and add your first {{ value }}!{% endblocktrans %}

{% blocktrans %}Create New {{value}}{% endblocktrans %}