{% extends "dashboard/base.html" %} {% block title %}Feature Management{% endblock %} {% block content %}
Create, manage, and configure system features for role-based access control
Add a new feature to your system's access control
Manage system features and their availability
{{ feature.description }}
{% endif %}
{{ feature.url_name }}
Created {{ feature.created_dtm|date("M d, Y") }}
{% if feature.updated_dtm != feature.created_dtm %}
Updated {{ feature.updated_dtm|date("M d, Y") }}
{% endif %}
Create your first feature to start managing access control for your application.