{% if availability == 'yes' %} {{ key == 'full' ? 'Currently have available full-time capacity' }} {{ key == 'part' ? 'Currently have available part-time capacity' }} {% elseif availability == 'limited' %} {{ key == 'full' ? 'Currently have limited full-time capacity' }} {{ key == 'part' ? 'Currently have limited part-time capacity' }} {% else %} {{ key == 'full' ? 'Currently no spare full-time capacity.' }} {{ key == 'part' ? 'Currently no spare part-time capacity.' }} {% endif %}
{% endfor %}