| {{ 'registry.tool.label.archival'|trans }} |
{% if object.archival.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.archival.comment }} |
| {{ 'registry.tool.label.encrypted'|trans }} |
{% if object.encrypted.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.encrypted.comment }} |
| {{ 'registry.tool.label.access_control'|trans }} |
{% if object.accessControl.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.accessControl.comment }} |
| {{ 'registry.tool.label.update'|trans }} |
{% if object.update.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.update.comment }} |
| {{ 'registry.tool.label.backup'|trans }} |
{% if object.backup.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.backup.comment }} |
| {{ 'registry.tool.label.deletion'|trans }} |
{% if object.deletion.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.deletion.comment }} |
| {{ 'registry.tool.label.tracking'|trans }} |
{% if object.tracking.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.tracking.comment }} |
| {{ 'registry.tool.label.has_comment'|trans }} |
{% if object.hasComment.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.hasComment.comment }} |
| {{ 'registry.tool.label.other'|trans }} |
{% if object.other.check == true %}
{{ 'global.label.yes'|trans }}
{% else %}
{{ 'global.label.no'|trans }}
{% endif %}
|
{{ object.other.comment }} |