{# This file is part of the YesWeHack BugBounty backend (c) Romain Honel For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% extends admin.getTemplate('base_list_field') %} {% block field %} {% spaceless %} {% set width = field_description.options.width is defined ? field_description.options.width : 50 %} {% set height = field_description.options.height is defined ? field_description.options.height : 50 %} {% if value %} {% else %}
{% endif %} {% endspaceless %} {% endblock %}