Closed mbanta88 closed 6 years ago
My client's company is only open Mon-Fri. How can I make it so it only renders the days with times that are filled in instead of the entire week?
You can wrap your <tr ... /> code with this:
<tr ... />
{% if dayHours.open or dayHours.close %} <tr ... /> {% endif %}
My client's company is only open Mon-Fri. How can I make it so it only renders the days with times that are filled in instead of the entire week?