{% extends "admin_layout.html" %} {% block title %}{{ t('entities.options','Options') }} - {{ app_settings.title if app_settings else t('app.name','Survey Manager') }}{% endblock %} {% block admin_content %}
| {{ t('common.id','ID') }} | {{ t('common.name','Name') }} | {{ t('entities.temperaments','Temperament') }} | {{ t('features.position','Position') }} | {{ t('common.created','Created') }} | {{ t('common.actions','Actions') }} |
|---|---|---|---|---|---|
| {{ option.id }} | {{ option.name }} |
{% if option.temperament_name %} {{ option.temperament_name }} {% else %} {{ t('options.no_temperament','No temperament') }} {% endif %} | {{ option.position }} | {{ option.created_at.strftime('%b %d, %Y') }} |
{{ t('options.create_first','Get started by creating your first option.') }}
{{ t('options.add_first','Add First Option') }}