Back to FFlag GroupsDelete Group
{% with messages = get_flashed_messages() %}
{% if messages %}
{{group.name}}
{{group.description}}
Created: {{group.created_at}}
Last Updated: {{group.updated_at}}
Enabled: {{ group.enabled }}
{% for message in messages %}
{% endfor %}
{% endif %}
{% endwith %}
Import from file
Note: This will remove all current flags and replace them with the file
Flags ({{flagcount}})
| Name | Type | Value |
|---|---|---|
| {{fflag.name}} | {% if fflag.flag_type == 1: %}boolean{% endif %}{% if fflag.flag_type == 2: %}number{% endif %}{% if fflag.flag_type == 3: %}string{% endif %} | {{ b64decode(fflag.flag_value).decode('utf-8') }} |