{% extends 'base.html' %} {% load static %} {% load placeholder_filters %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" {% endblock %} {% block title %} | Project: {{ project.name }} - Social interactions{% endblock %} {% block main %}
{% if si_pull.socialaccount %}#}
{# #}
{# {{ si_pull.socialaccount.provider|capfirst }} account:#}
{# {% if si_pull.socialaccount.provider == 'twitter' %}@{% endif %}{{ si_pull.socialaccount.get_provider_account }}{% endif %}#}
{# #}
{#
{% if si_pull.status == 'inactive' %}#} {# {% else %}#} {# {% endif %} Text to#} {# pull ({{ si_pull.frequency }}): #} {# {% autoescape off %}#} {# {{ si_pull.text_to_pull }}{% endautoescape %}#} {#
#} {#We couldn't find any social interactions for this project.
#} {##} {# {% if project.islocked %}#} {#Unfortunately, you cannot create new social interactions when the project is locked.
#} {# {% else %}#} {# Create new pull task#} {# {% endif %}#} {#{% if socialinteraction.socialaccount %}
{{ socialinteraction.socialaccount.provider|capfirst }} account:
{% if socialinteraction.socialaccount.provider == 'twitter' %}@{% endif %}{{ socialinteraction.socialaccount.get_provider_account }}{% endif %}
{% if socialinteraction.status == 'inactive' %} {% else %} {% endif %} Text to post: {% autoescape off %} {{ socialinteraction.text_to_post|add_link:socialinteraction.link }}{% endautoescape %}
We couldn't find any social interactions for this project.
{% if project.islocked %}Unfortunately, you cannot create new social interactions when the project is locked.
{% else %} Create new post task {% endif %}