{% extends 'templates/callluge/site_layout.html' %} {% block content %} {% load app_filters %}
  • 1. General
  • 2. Forward to
  • 3. Business Hours
  • 4. Tags
{% if forward_settings|length > 0 %} {% for forward_call in forward_settings %} {% endfor %} {% else %} {% endif %}
Description Number Action
{{forward_call.description}} {{forward_call.number|phonenumber_format}}
No Records Found.
0 %} style="display: none;" {% endif %}>
{% if businesshours|length > 0 %} {% for weekday in busniess_hrs%} {% endfor %} {% else %} {% for day in weekdays%} {% if day != 'Sunday' and day != 'Saturday' %} {% else %} {% endif %} {% endfor %} {% endif %}
Day Open Close All Day
{{weekday.day}}
{{day}}
{{day}}

Tags


{% if taglist|length > 0 %} {% for tag in taglist %} {% endfor %}
Tag Action
{{tag.tag_name}}
{% endif %}
{% endblock %}