{% extends '@fan/layouts/commonmaster.html.twig' %} {% block title %} 3K FC | Matches & Tickets {% endblock %} {% block content %}

Get the Latest tickets Here

Looking for the latest game ? Get your ticket here or below

We Are Embu's Pride

in Everything Concerning Soccer

3K FC Get Tickets

for soccer news, updates,
and game results

{% for special_event in special_events %}
Fundraiser Event
{{ special_event.getStartTime() }} {{ special_event.getStartDate()|date('l') }}

{{ special_event.getStartDate()|date('jS M') }}

{{ special_event.getVenueName() }}

{{ special_event.getEventMetadata().getEventDesc() }}
{% endfor %}
{% if featuredEvent %}
Upcoming Match

{{ featuredEvent.venue_name }}

{{ featuredEvent.match_day }}

{{ featuredEvent.team_a }}
Embu
VS
Share
Buy tickets
{{ featuredEvent.team_b }}
AWAY
{% elseif last_match_results %}
Latest Game Results

{{ last_match_results.venue_name }}

{{ last_match_results.match_day }}

{{ last_match_results.team_a }}
Home
{{ last_match_results.team_a_score }}
{{ last_match_results.team_b_score }}
VS
{{ last_match_results.team_b }}
AWAY
{% endif %}
Past Matches
{% for event in all_events %}
{{ event.team_a }}
EMBU
{{ event.team_a_score }} {% if event.team_a_score > event.team_b_score %} WIN {% endif %}
{% if event.team_a_score == event.team_b_score %} DRAW {% endif %}
{{ event.team_b_score }} {% if event.team_a_score < event.team_b_score %} WIN {% endif %}
Home
{{ event.team_b }}
AWAY
{% endfor %}
{% set count = 0 %} {% for team_standing in team_standings %} {% endfor %}
Team Position W L GD PTS
{{ count }}
{{ team_standing.getTeamName() }}
{{ team_standing.getWon() }} {{ team_standing.getLost() }} {{ team_standing.getGoalDiff() }} {{ team_standing.getPoints() }}
{% endblock %} {% block scripts %} {% endblock %}