{% if is_binary %}
{% if is_image %}
{% else %}
{% include "klaus/includes/not_shown.html" with reason="Binary data" %}
{% endif %}
{% else %}
{% if too_large %}
{% include "klaus/includes/not_shown.html" with reason="Large file" %}
{% else %}
{% if is_markup and render_markup %}