{% if alumbra/directive-name %}
Directive "@{{ alumbra/directive-name }}"
{% else %}
Field "{{ alumbra/field-name }}"
{% endif %}

is missing argument{{ alumbra/required-argument-names|pluralize }}

{% for x in alumbra/required-argument-names|sort %}
"{{ x }}"{% if not forloop.last %}, {% endif %}
{% endfor %}.
----
