{% extends 'base.html' %} {% load static %} {% block title %}{% if object %}Edit{% else %}Link{% endif %} Social Account - Account Management{% endblock %} {% block content %}
{% if not object %}
Choose Social Provider
{% endif %}
Account Settings
{% csrf_token %} {% if object %} {% endif %}
Optional custom name for this account
Login Settings
Allow logging in with this account
Automatically create account on first login
Permissions
Basic Permissions
Optional Permissions
Synchronization
Automatically update profile from social account
Privacy & Security
Allow sharing profile data with integrated services
Log account activity for security purposes
Cancel
{% if not object %} {% else %} {% endif %}
{% if object %}
Connection Status
Connection Active
Token Status Valid
Last Sync 2 hours ago
Next Sync Tomorrow
{% endif %}
{% if object %}Update{% else %}Setup{% endif %} Steps
{% if not object %}
1
Choose Provider
Select your social media platform
2
Configure Settings
Set up permissions and preferences
3
Authorize Access
Grant permissions on provider site
4
Complete
Account successfully linked
{% else %}
Account Linked
Successfully connected
2
Update Settings
Modify account preferences
3
Save Changes
Apply new settings
{% endif %}
Security Information
OAuth 2.0 secure authentication
Encrypted token storage
Limited permission scope
No posting on your behalf
{% endblock %}