{% extends "dashboard/base.html" %} {% load i18n static %} {% block title %}{% trans "Social media" %}{% endblock %} {% block content %}
{% trans "Manage the social media links shown on your website." %}
{% if social_media %}| {% trans "Platform" %} | {% trans "URL" %} | {% trans "Actions" %} |
|---|---|---|
|
{{ sm.name }}
|
{{ sm.url }} | {% trans "Edit" %} {% trans "Delete" %} |