{% trans "All fields are mandatory" %}
{# The resource form tab that contains name, tags and language #}
{% trans "Specifications" %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.name %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.language %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.tags %}
{% trans 'You can write multi-token keywords by surrounding them with « " » (double quote) symbols.' %}
{# The resource form tab that contains type, duration #}
{% trans "Properties" %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.reuse %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.access %}
{# The resource form tab that the attachment uploader #}
{% trans "Media" %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.type %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.duration %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.licence %}
{% blocktrans trimmed with size=media_upload_size|filesizeformat %}
You can upload an external resource file to this resource. On your current running platform,
file size should not exceed {{ size }}. If you think this is under your needs, please contact
your system administrator.
{% endblocktrans %}