{% if recipe.thumbnail is not empty and recipe.thumbnail.url is not empty %}
{% else %}
{% endif %}
{% if recipe.category is defined and recipe.category.title is defined and recipe.category.title is not empty %}
{{ recipe.category.title }}
{% else %}
---
{% endif %}