{% endmacro %}
{# Modal for manual creation/edition of a compound #}
{{ 'Edit compound'|trans }}
{# the clear-form action is repeated on the x icon or it would only work when clicking just next to the x, on the button element #}
{{ _self.textParam('name', 'Name'|trans, 'required') }}
{{ _self.textParam('iupac_name', 'IUPAC Name'|trans) }}
{# special case for CAS and EC numbers, too many specifics to use the macro #}